summaryrefslogtreecommitdiff
path: root/src/incl.h
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2013-04-06 13:14:46 +0200
committerPaul Buetow <paul@buetow.org>2013-04-06 13:14:46 +0200
commit56187184e11b085b82584d3b088c62f427aae83c (patch)
tree8f8387e750a62581966900a42dade265d34c3146 /src/incl.h
parentd3a0d11f93c1ebe38b4301c9bef952bfd24d01a1 (diff)
tagging yhttpd-0.7.1yhttpd-0.7.1
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 31e220c..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"