comparison src/c/request.c @ 1379:76514ddf3a97

Remove unnecessary #include (patch from Karn Kallio)
author Adam Chlipala <adam@chlipala.net>
date Mon, 03 Jan 2011 14:19:36 -0500
parents 4e5ca2a77a4d
children 64724ef86149
comparison
equal deleted inserted replaced
1378:461250eb24a2 1379:76514ddf3a97
8 #include <netinet/in.h> 8 #include <netinet/in.h>
9 #include <unistd.h> 9 #include <unistd.h>
10 #include <signal.h> 10 #include <signal.h>
11 11
12 #include <pthread.h> 12 #include <pthread.h>
13
14 #include <mhash.h>
15 13
16 #include "urweb.h" 14 #include "urweb.h"
17 15
18 #define MAX_RETRIES 5 16 #define MAX_RETRIES 5
19 17