diff options
author | erdgeist <> | 2008-12-05 21:28:40 +0000 |
---|---|---|
committer | erdgeist <> | 2008-12-05 21:28:40 +0000 |
commit | 5fb58458f60c07a46f27167bcb210a3610c9c55a (patch) | |
tree | df9484bc0dfed0464846811be5ba1e621a25df24 /scan_urlencoded_query.c | |
parent | 08d9c342d41d8714ba8f3c7e8e2199e77c4bdabc (diff) |
Tidy up unnecessary includes
Diffstat (limited to 'scan_urlencoded_query.c')
-rw-r--r-- | scan_urlencoded_query.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/scan_urlencoded_query.c b/scan_urlencoded_query.c index 2bf957e..a17db2a 100644 --- a/scan_urlencoded_query.c +++ b/scan_urlencoded_query.c | |||
@@ -3,9 +3,12 @@ | |||
3 | 3 | ||
4 | $id$ */ | 4 | $id$ */ |
5 | 5 | ||
6 | #include "scan.h" | 6 | /* Opentracker */ |
7 | #include "scan_urlencoded_query.h" | 7 | #include "scan_urlencoded_query.h" |
8 | 8 | ||
9 | /* Libwofat */ | ||
10 | #include "scan.h" | ||
11 | |||
9 | /* Idea is to do a in place replacement or guarantee at least | 12 | /* Idea is to do a in place replacement or guarantee at least |
10 | strlen( string ) bytes in deststring | 13 | strlen( string ) bytes in deststring |
11 | watch http://www.ietf.org/rfc/rfc2396.txt | 14 | watch http://www.ietf.org/rfc/rfc2396.txt |