summaryrefslogtreecommitdiff
path: root/src/raptor_www.c
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 /src/raptor_www.c
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 'src/raptor_www.c')
-rw-r--r--src/raptor_www.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/raptor_www.c b/src/raptor_www.c
index f70dcfe0..e7af8375 100644
--- a/src/raptor_www.c
+++ b/src/raptor_www.c
@@ -27,10 +27,6 @@
#include <raptor_config.h>
#endif
-#ifdef WIN32
-#include <win32_raptor_config.h>
-#endif
-
#include <stdio.h>
#include <string.h>
#include <stdarg.h>