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>2015-01-03 03:43:06 +0300
committerJohn Langford <jl@hunch.net>2015-01-03 03:43:06 +0300
commit6ec4daeedef8f4f5c6c0f0480e9dd8ded6e07017 (patch)
treecf9aec7e7a030041c757fc4a4e6bbd9147e5c315
parent6d51f4a163d2da2cc1dca9b0717c41b0bfc5237f (diff)
remove redundant include
-rw-r--r--vowpalwabbit/ect.cc1
-rw-r--r--vowpalwabbit/log_multi.cc1
2 files changed, 0 insertions, 2 deletions
diff --git a/vowpalwabbit/ect.cc b/vowpalwabbit/ect.cc
index 7a68fa13..1a071eb2 100644
--- a/vowpalwabbit/ect.cc
+++ b/vowpalwabbit/ect.cc
@@ -17,7 +17,6 @@ license as described in the file LICENSE.
#include "reductions.h"
#include "multiclass.h"
#include "simple_label.h"
-#include "vw.h"
using namespace std;
using namespace LEARNER;
diff --git a/vowpalwabbit/log_multi.cc b/vowpalwabbit/log_multi.cc
index 20757c70..a988ebc7 100644
--- a/vowpalwabbit/log_multi.cc
+++ b/vowpalwabbit/log_multi.cc
@@ -12,7 +12,6 @@ license as described in the file LICENSE.node
#include "reductions.h"
#include "simple_label.h"
#include "multiclass.h"
-#include "vw.h"
using namespace std;
using namespace LEARNER;