commit 354a3f1ad1803cd0008881048f914fd7d0330842
parent c1723f2db5dc4d90314df799ac98f6ad05e36d60
Author: Joris Vink <joris@coders.se>
Date:   Sat,  6 Jul 2013 21:00:48 +0200
Fix header includes in the module example as well, from Ewan Higgs via github.
Diffstat:
modules/example/src/example.c  |  21 --------------------- 
1 file changed, 0 insertions(+), 21 deletions(-)
diff --git a/modules/example/src/example.c b/modules/example/src/example.c
@@ -14,27 +14,6 @@
  * OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
  */
 
-#include <sys/param.h>
-#include <sys/types.h>
-#include <sys/socket.h>
-#include <sys/queue.h>
-
-#include <netinet/in.h>
-#include <arpa/inet.h>
-
-#include <openssl/err.h>
-#include <openssl/ssl.h>
-
-#include <errno.h>
-#include <fcntl.h>
-#include <stdio.h>
-#include <stdlib.h>
-#include <string.h>
-#include <regex.h>
-#include <unistd.h>
-#include <zlib.h>
-
-#include "spdy.h"
 #include "kore.h"
 #include "http.h"
 
