diff options
Diffstat (limited to 'src/daemon/response.c')
-rw-r--r-- | src/daemon/response.c | 4 |
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. |