aboutsummaryrefslogtreecommitdiffstats
path: root/ncpd/linkchan.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ncpd/linkchan.cc')
-rw-r--r--ncpd/linkchan.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/ncpd/linkchan.cc b/ncpd/linkchan.cc
index aa21bb1..7c2a231 100644
--- a/ncpd/linkchan.cc
+++ b/ncpd/linkchan.cc
@@ -21,14 +21,14 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*
*/
-#include <stream.h>
#include <iomanip>
#include <string>
+#include <bufferstore.h>
+#include <bufferarray.h>
+
#include "linkchan.h"
#include "ncp.h"
-#include "bufferstore.h"
-#include "bufferarray.h"
#include "main.h"
using namespace std;