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:
authorniruc <niruc@NIRUC1.redmond.corp.microsoft.com>2013-04-09 22:02:25 +0400
committerniruc <niruc@NIRUC1.redmond.corp.microsoft.com>2013-04-09 22:29:00 +0400
commit22b461552e57a34deedcb623b3a37f943d370d78 (patch)
tree9eb53c22d9552698866ae6f9be64441aeb778863 /library
parentc0e215ecec7eddf689283271968bcdfca8984e71 (diff)
parent0359e2a3a483761ff4e4f266446ef4fed5c1611b (diff)
add main.cc
Diffstat (limited to 'library')
-rw-r--r--library/ezexample.h2
-rw-r--r--library/ezexample_predict.cc2
-rw-r--r--library/ezexample_train.cc2
-rw-r--r--library/library_example.cc2
4 files changed, 4 insertions, 4 deletions
diff --git a/library/ezexample.h b/library/ezexample.h
index fbf28854..c10e7b1d 100644
--- a/library/ezexample.h
+++ b/library/ezexample.h
@@ -2,7 +2,7 @@
#define EZEXAMPLE_H
#include <stdio.h>
-#include "../vowpalwabbit/vw.h"
+#include "../vowpalwabbit/parser.h"
using namespace std;
typedef uint32_t fid;
diff --git a/library/ezexample_predict.cc b/library/ezexample_predict.cc
index 94878eb8..5305d845 100644
--- a/library/ezexample_predict.cc
+++ b/library/ezexample_predict.cc
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "../vowpalwabbit/vw.h"
+#include "../vowpalwabbit/parser.h"
#include "ezexample.h"
using namespace std;
diff --git a/library/ezexample_train.cc b/library/ezexample_train.cc
index 19a54d9d..e600e949 100644
--- a/library/ezexample_train.cc
+++ b/library/ezexample_train.cc
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "../vowpalwabbit/vw.h"
+#include "../vowpalwabbit/parser.h"
#include "ezexample.h"
using namespace std;
diff --git a/library/library_example.cc b/library/library_example.cc
index 28110e27..0140083a 100644
--- a/library/library_example.cc
+++ b/library/library_example.cc
@@ -1,5 +1,5 @@
#include <stdio.h>
-#include "../vowpalwabbit/vw.h"
+#include "../vowpalwabbit/parser.h"
using namespace std;