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 --- lib/rpcs32.cc | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'lib/rpcs32.cc') diff --git a/lib/rpcs32.cc b/lib/rpcs32.cc index b8874f1..0e9122c 100644 --- a/lib/rpcs32.cc +++ b/lib/rpcs32.cc @@ -24,19 +24,17 @@ #include "config.h" #endif -#include -#include -#include -#include -#include -#include -#include - #include "rpcs32.h" #include "bufferstore.h" #include "bufferarray.h" #include "ppsocket.h" +#include + +#include +#include +#include + using namespace std; rpcs32::rpcs32(ppsocket * _skt) -- cgit v1.2.3