aboutsummaryrefslogtreecommitdiff
path: root/doc/examples
diff options
context:
space:
mode:
Diffstat (limited to 'doc/examples')
-rw-r--r--doc/examples/basicauthentication.c4
-rw-r--r--doc/examples/hellobrowser.c4
-rw-r--r--doc/examples/largepost.c3
-rw-r--r--doc/examples/logging.c4
-rw-r--r--doc/examples/responseheaders.c4
-rw-r--r--doc/examples/simplepost.c4
6 files changed, 5 insertions, 18 deletions
diff --git a/doc/examples/basicauthentication.c b/doc/examples/basicauthentication.c
index b3af2e97..f8c80a35 100644
--- a/doc/examples/basicauthentication.c
+++ b/doc/examples/basicauthentication.c
@@ -1,7 +1,5 @@
1#include <platform.h>
1#include <microhttpd.h> 2#include <microhttpd.h>
2#include <string.h>
3#include <stdio.h>
4#include <stdlib.h>
5#include <time.h> 3#include <time.h>
6 4
7#define PORT 8888 5#define PORT 8888
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
diff --git a/doc/examples/largepost.c b/doc/examples/largepost.c
index d5dc591f..7a9c1ef1 100644
--- a/doc/examples/largepost.c
+++ b/doc/examples/largepost.c
@@ -1,8 +1,5 @@
1#include <platform.h> 1#include <platform.h>
2#include <microhttpd.h> 2#include <microhttpd.h>
3#include <string.h>
4#include <stdlib.h>
5#include <stdio.h>
6 3
7#define PORT 8888 4#define PORT 8888
8#define POSTBUFFERSIZE 512 5#define POSTBUFFERSIZE 512
diff --git a/doc/examples/logging.c b/doc/examples/logging.c
index d1dd4f1f..2daaa4d0 100644
--- a/doc/examples/logging.c
+++ b/doc/examples/logging.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
diff --git a/doc/examples/responseheaders.c b/doc/examples/responseheaders.c
index 31c3900d..a94e4433 100644
--- a/doc/examples/responseheaders.c
+++ b/doc/examples/responseheaders.c
@@ -1,7 +1,5 @@
1#include <platform.h>
1#include <microhttpd.h> 2#include <microhttpd.h>
2#include <string.h>
3#include <stdio.h>
4#include <stdlib.h>
5#include <time.h> 3#include <time.h>
6 4
7#define PORT 8888 5#define PORT 8888
diff --git a/doc/examples/simplepost.c b/doc/examples/simplepost.c
index 6a1322db..d8172b87 100644
--- a/doc/examples/simplepost.c
+++ b/doc/examples/simplepost.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#define POSTBUFFERSIZE 512 5#define POSTBUFFERSIZE 512