diff options
author | Anders Broman <anders.broman@ericsson.com> | 2008-04-09 05:36:08 +0000 |
---|---|---|
committer | Anders Broman <anders.broman@ericsson.com> | 2008-04-09 05:36:08 +0000 |
commit | 63c5c71cf89c767bcf0922b368724c18248ebc02 (patch) | |
tree | 5fae853089dc7ff6208176ae4334df193a6005f1 /epan/req_resp_hdrs.c | |
parent | 5620f6ff0a7d3be6b8148934a2add857818db2bf (diff) | |
download | wireshark-63c5c71cf89c767bcf0922b368724c18248ebc02.tar.gz wireshark-63c5c71cf89c767bcf0922b368724c18248ebc02.tar.bz2 wireshark-63c5c71cf89c767bcf0922b368724c18248ebc02.zip |
Remove:
#ifdef NEED_G_ASCII_STRCASECMP_H
#include "g_ascii_strcasecmp.h"
#endif
svn path=/trunk/; revision=24859
Diffstat (limited to 'epan/req_resp_hdrs.c')
-rw-r--r-- | epan/req_resp_hdrs.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/epan/req_resp_hdrs.c b/epan/req_resp_hdrs.c index 99bee6705d..957ff998bb 100644 --- a/epan/req_resp_hdrs.c +++ b/epan/req_resp_hdrs.c @@ -34,10 +34,6 @@ #include <epan/req_resp_hdrs.h> -#ifdef NEED_G_ASCII_STRCASECMP_H -#include "g_ascii_strcasecmp.h" -#endif - /* * Optionally do reassembly of the request/response line, headers, and body. */ |