summaryrefslogtreecommitdiff
path: root/src/keyvalue.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/keyvalue.c')
-rw-r--r--src/keyvalue.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/keyvalue.c b/src/keyvalue.c
index ae5df2f1..00f6ef61 100644
--- a/src/keyvalue.c
+++ b/src/keyvalue.c
@@ -1,10 +1,10 @@
+#include "server.h"
+#include "keyvalue.h"
+
#include <stdlib.h>
#include <string.h>
#include <stdio.h>
-#include "server.h"
-#include "keyvalue.h"
-
static keyvalue http_versions[] = {
{ HTTP_VERSION_1_1, "HTTP/1.1" },
{ HTTP_VERSION_1_0, "HTTP/1.0" },