summaryrefslogtreecommitdiffstats
path: root/src/polypcore/protocol-http.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/protocol-http.c')
-rw-r--r--src/polypcore/protocol-http.c11
1 files changed, 6 insertions, 5 deletions
diff --git a/src/polypcore/protocol-http.c b/src/polypcore/protocol-http.c
index 3e55df03..f0b78124 100644
--- a/src/polypcore/protocol-http.c
+++ b/src/polypcore/protocol-http.c
@@ -28,12 +28,13 @@
#include <stdio.h>
#include <string.h>
+#include <polypcore/ioline.h>
+#include <polypcore/xmalloc.h>
+#include <polypcore/log.h>
+#include <polypcore/namereg.h>
+#include <polypcore/cli-text.h>
+
#include "protocol-http.h"
-#include "ioline.h"
-#include "xmalloc.h"
-#include "log.h"
-#include "namereg.h"
-#include "cli-text.h"
/* Don't allow more than this many concurrent connections */
#define MAX_CONNECTIONS 10