aboutsummaryrefslogtreecommitdiff
path: root/doc/examples/hellobrowser.c
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples/hellobrowser.c')
-rw-r--r--doc/examples/hellobrowser.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/doc/examples/hellobrowser.c b/doc/examples/hellobrowser.c
index 02ac8ef1..63b8d310 100644
--- a/doc/examples/hellobrowser.c
+++ b/doc/examples/hellobrowser.c
@@ -1,7 +1,5 @@
1#include <platform.h>
1#include <microhttpd.h> 2#include <microhttpd.h>
2#include <string.h>
3#include <stdlib.h>
4#include <stdio.h>
5 3
6#define PORT 8888 4#define PORT 8888
7 5