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:
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 {