summaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorDaniel Richard G <danielg@teragram.com>2012-08-30 15:05:55 -0400
committerDaniel Richard G <danielg@teragram.com>2012-08-30 15:13:09 -0400
commit5ad0ac47d449436ce7013755258f868b5c1afeab (patch)
tree0f2c49d780d29efa2f7820fc969b6144200bfc1f /utils
parent6cb2d3327186097a65f75c6c36b9a68170f905a6 (diff)
downloadraptor-5ad0ac47d449436ce7013755258f868b5c1afeab.tar.gz
Remove all traces of win32_raptor_config.h
Remove the file itself, all #include uses of it, and all references to it, as this file is no longer needed.
Diffstat (limited to 'utils')
-rw-r--r--utils/rapper.c4
-rw-r--r--utils/rdfdiff.c4
2 files changed, 0 insertions, 8 deletions
diff --git a/utils/rapper.c b/utils/rapper.c
index b0660c09..c1301775 100644
--- a/utils/rapper.c
+++ b/utils/rapper.c
@@ -27,10 +27,6 @@
#include <raptor_config.h>
#endif
-#ifdef WIN32
-#include <win32_raptor_config.h>
-#endif
-
#include <stdio.h>
#include <string.h>
diff --git a/utils/rdfdiff.c b/utils/rdfdiff.c
index 0cd62791..d7a54fc3 100644
--- a/utils/rdfdiff.c
+++ b/utils/rdfdiff.c
@@ -28,10 +28,6 @@
#include <raptor_config.h>
#endif
-#ifdef WIN32
-#include <win32_raptor_config.h>
-#endif
-
#include <stdio.h>
#include <string.h>