aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rfsvfactory.cc
diff options
context:
space:
mode:
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) {