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:
-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;