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/rpcsfactory.cc | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) (limited to 'lib/rpcsfactory.cc') diff --git a/lib/rpcsfactory.cc b/lib/rpcsfactory.cc index 0861c2c..25a069c 100644 --- a/lib/rpcsfactory.cc +++ b/lib/rpcsfactory.cc @@ -24,21 +24,16 @@ #include "config.h" #endif -#include -#include -#include -#include -#include -#include - #include "rpcs16.h" #include "rpcs32.h" #include "rpcsfactory.h" #include "bufferstore.h" #include "ppsocket.h" - #include "Enum.h" +#include +#include + ENUM_DEFINITION(rpcsfactory::errs, rpcsfactory::FACERR_NONE) { stringRep.add(rpcsfactory::FACERR_NONE, N_("no error")); stringRep.add(rpcsfactory::FACERR_COULD_NOT_SEND, N_("could not send version request")); -- cgit v1.2.3