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
path: root/io.h
diff options
context:
space:
mode:
authorJohn Langford <jl@hunch.net>2009-08-05 19:09:53 +0400
committerJohn Langford <jl@hunch.net>2009-08-05 19:09:53 +0400
commitc7213902b1b898e16b3d078727f3209bc64bfd15 (patch)
treedd9c7ac7b485ade9d5a967d6df20e5fe3223deb1 /io.h
parent21af664734407106f2aa0b272d8bf909e24e7d1c (diff)
Include file minimization.
Diffstat (limited to 'io.h')
-rw-r--r--io.h13
1 files changed, 1 insertions, 12 deletions
diff --git a/io.h b/io.h
index 60652bfa..f7a2b7f9 100644
--- a/io.h
+++ b/io.h
@@ -4,22 +4,11 @@ embodied in the content of this file are licensed under the BSD
(revised) open source license
*/
-/*
-Copyright (c) 2007 Yahoo! Inc. All rights reserved. The copyrights
-embodied in the content of this file are licensed under the BSD
-(revised) open source license
- */
-
#ifndef IO_H__
#define IO_H__
-#include <iostream>
-#include <errno.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <unistd.h>
#include "v_array.h"
-
+#include<iostream>
using namespace std;
class io_buf {