Fix header includes in the module example as well, from Ewan Higgs via github.

This commit is contained in:
Joris Vink 2013-07-06 21:00:48 +02:00
parent c1723f2db5
commit 354a3f1ad1
1 changed files with 0 additions and 21 deletions

View File

@ -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"