From f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 Mon Sep 17 00:00:00 2001 From: Fritz Elfert Date: Wed, 5 Feb 2003 07:59:09 +0000 Subject: - Changes for compiling with gcc 3.2 --- ncpd/linkchan.cc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ncpd/linkchan.cc') 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 #include #include +#include +#include + #include "linkchan.h" #include "ncp.h" -#include "bufferstore.h" -#include "bufferarray.h" #include "main.h" using namespace std; -- cgit v1.2.3