aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/response.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-13 07:03:22 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-13 07:03:22 +0000
commite0f5ecea32dca11c979687fac128c7f2badfb198 (patch)
treea16c4c787dfcb714c3df24064397198c369b04ca /src/daemon/response.c
parentd05460508fadfe8bc7370c3e2d5b23facf686e0e (diff)
downloadlibmicrohttpd-e0f5ecea32dca11c979687fac128c7f2badfb198.tar.gz
libmicrohttpd-e0f5ecea32dca11c979687fac128c7f2badfb198.zip
cleanup
Diffstat (limited to 'src/daemon/response.c')
-rw-r--r--src/daemon/response.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/daemon/response.c b/src/daemon/response.c
index 1584dbfd..7fae9f90 100644
--- a/src/daemon/response.c
+++ b/src/daemon/response.c
@@ -26,10 +26,8 @@
26 * @version 0.1.0 26 * @version 0.1.0
27 */ 27 */
28 28
29#include "microhttpd.h"
30#include "response.h"
31#include "internal.h" 29#include "internal.h"
32#include "config.h" 30#include "response.h"
33 31
34/** 32/**
35 * Add a header line to the response. 33 * Add a header line to the response.