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>2013-02-07 19:59:56 +0400
committerJohn Langford <jl@hunch.net>2013-02-07 19:59:56 +0400
commitd9890f6b24166923acb9c8fa40ac814e18f9cc12 (patch)
tree6d26a0855b62813e9488212bd0dd97f76f96b901 /vowpalwabbit/parse_primitives.h
parent8184bd58b081a84d0c40ebd1b07a5cd51e8c516c (diff)
rename io io_buf
Diffstat (limited to 'vowpalwabbit/parse_primitives.h')
-rw-r--r--vowpalwabbit/parse_primitives.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/vowpalwabbit/parse_primitives.h b/vowpalwabbit/parse_primitives.h
index bc062ed7..3e5b1111 100644
--- a/vowpalwabbit/parse_primitives.h
+++ b/vowpalwabbit/parse_primitives.h
@@ -10,7 +10,7 @@ license as described in the file LICENSE.
#include <stdint.h>
#include <math.h>
#include "v_array.h"
-#include "io.h"
+#include "io_buf.h"
#include "example.h"
#ifdef _WIN32