summaryrefslogtreecommitdiff
path: root/src/incl.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:43 +0200
commit312fe18cb5f97143f3600b207e979bc559256b6f (patch)
treede14514b4b4c20adf0eecdcd261ae21839f6a645 /src/incl.h
parentf038883a6e004eb4312ba1e761da06b596e14d3f (diff)
tagging yhttpd-0.7.0yhttpd-0.7.0
Diffstat (limited to 'src/incl.h')
-rwxr-xr-xsrc/incl.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/src/incl.h b/src/incl.h
index 115478d..d62a57f 100755
--- a/src/incl.h
+++ b/src/incl.h
@@ -1,13 +1,9 @@
-#include <pthread.h>
#include <iostream>
+#include <pthread.h>
#include <string>
-//#include <map>
-
#include "glob.h"
-
#ifdef NCURSES
#include <ncurses.h>
#endif
-
#include "msgs.h"
#include "wrap.h"