Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2009-09-14 22:49:49 +0400
committerJohn Langford <jl@hunch.net>2009-09-14 22:49:49 +0400
commit560935f31bd0d187e1e3efdfaec8e6d2043f04a4 (patch)
tree2f243c28b405e35cbc57fc5cf6f399045fc7e8b6 /parse_args.h
parent1d9a3a0dd7484797eb40d0bb2ced7918495af275 (diff)
First compiling version of multisource support.
Diffstat (limited to 'parse_args.h')
-rw-r--r--parse_args.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/parse_args.h b/parse_args.h
index b8828331..0057e8d4 100644
--- a/parse_args.h
+++ b/parse_args.h
@@ -9,7 +9,6 @@ embodied in the content of this file are licensed under the BSD
#include <boost/program_options.hpp>
namespace po = boost::program_options;
-#include "source.h"
#include "gd.h"
po::variables_map parse_args(int argc, char *argv[], boost::program_options::options_description& desc,