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>2014-03-27 19:03:32 +0400
committerJohn Langford <jl@hunch.net>2014-03-27 19:03:32 +0400
commit05f7e5110a7b038e056d794a9edc710d64090f7b (patch)
treed95df9828f545598fa0b7ddadc7857d49f95606a /vowpalwabbit/cbify.cc
parentd639c86415e89d5df6f9df409e8bec4bb7570662 (diff)
more minor refactoring
Diffstat (limited to 'vowpalwabbit/cbify.cc')
-rw-r--r--vowpalwabbit/cbify.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/cbify.cc b/vowpalwabbit/cbify.cc
index 442774e9..8e5543ac 100644
--- a/vowpalwabbit/cbify.cc
+++ b/vowpalwabbit/cbify.cc
@@ -1,6 +1,6 @@
#include <float.h>
+#include "reductions.h"
#include "multiclass.h"
-#include "vw.h"
#include "cost_sensitive.h"
#include "cb.h"
#include "cb_algs.h"