aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsvfactory.cc
diff options
context:
space:
mode:
authorFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
committerFritz Elfert <felfert@to.com>2003-02-05 07:59:09 +0000
commitf0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85 (patch)
tree166bf2df5ca4fc40904af30a56a0de88683baf8d /lib/rfsvfactory.cc
parent27ba222abbf3137eef49e31ac521de01d39c8088 (diff)
downloadplptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.gz
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.tar.bz2
plptools-f0c047e1f40ee2214fe1f73dc3bdc6b0f6de5d85.zip
- Changes for compiling with gcc 3.2
Diffstat (limited to 'lib/rfsvfactory.cc')
-rw-r--r--lib/rfsvfactory.cc10
1 files changed, 3 insertions, 7 deletions
diff --git a/lib/rfsvfactory.cc b/lib/rfsvfactory.cc
index 46de414..f525e5d 100644
--- a/lib/rfsvfactory.cc
+++ b/lib/rfsvfactory.cc
@@ -24,13 +24,6 @@
#include "config.h"
#endif
-#include <stream.h>
-#include <stdlib.h>
-#include <fstream.h>
-#include <iomanip.h>
-#include <time.h>
-#include <string.h>
-
#include "rfsv.h"
#include "rfsv16.h"
#include "rfsv32.h"
@@ -39,6 +32,9 @@
#include "ppsocket.h"
#include "Enum.h"
+#include <stdlib.h>
+#include <time.h>
+
using namespace std;
ENUM_DEFINITION(rfsvfactory::errs, rfsvfactory::FACERR_NONE) {