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/multiclass.h
parentd639c86415e89d5df6f9df409e8bec4bb7570662 (diff)
more minor refactoring
Diffstat (limited to 'vowpalwabbit/multiclass.h')
-rw-r--r--vowpalwabbit/multiclass.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/vowpalwabbit/multiclass.h b/vowpalwabbit/multiclass.h
index 26874687..25995ce9 100644
--- a/vowpalwabbit/multiclass.h
+++ b/vowpalwabbit/multiclass.h
@@ -8,10 +8,7 @@ license as described in the file LICENSE.
#include "io_buf.h"
#include "parse_primitives.h"
-#include "global_data.h"
#include "example.h"
-#include "parse_args.h"
-#include "v_hashmap.h"
namespace MULTICLASS
{