mirror of
git://erdgeist.org/opentracker
synced 2025-02-09 21:46:23 +00:00
Tidy up unnecessary includes
This commit is contained in:
parent
08d9c342d4
commit
5fb58458f6
@ -4,11 +4,8 @@
|
|||||||
$id$ */
|
$id$ */
|
||||||
|
|
||||||
/* System */
|
/* System */
|
||||||
#include <stdlib.h>
|
|
||||||
#include <string.h>
|
|
||||||
#include <pthread.h>
|
#include <pthread.h>
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <stdint.h>
|
|
||||||
|
|
||||||
/* Libowfat */
|
/* Libowfat */
|
||||||
#include "io.h"
|
#include "io.h"
|
||||||
|
@ -7,7 +7,6 @@
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stdio.h>
|
|
||||||
|
|
||||||
/* Opentracker */
|
/* Opentracker */
|
||||||
#include "trackerlogic.h"
|
#include "trackerlogic.h"
|
||||||
|
@ -3,9 +3,12 @@
|
|||||||
|
|
||||||
$id$ */
|
$id$ */
|
||||||
|
|
||||||
#include "scan.h"
|
/* Opentracker */
|
||||||
#include "scan_urlencoded_query.h"
|
#include "scan_urlencoded_query.h"
|
||||||
|
|
||||||
|
/* Libwofat */
|
||||||
|
#include "scan.h"
|
||||||
|
|
||||||
/* Idea is to do a in place replacement or guarantee at least
|
/* Idea is to do a in place replacement or guarantee at least
|
||||||
strlen( string ) bytes in deststring
|
strlen( string ) bytes in deststring
|
||||||
watch http://www.ietf.org/rfc/rfc2396.txt
|
watch http://www.ietf.org/rfc/rfc2396.txt
|
||||||
|
@ -6,6 +6,8 @@
|
|||||||
#ifndef __SCAN_URLENCODED_QUERY_H__
|
#ifndef __SCAN_URLENCODED_QUERY_H__
|
||||||
#define __SCAN_URLENCODED_QUERY_H__
|
#define __SCAN_URLENCODED_QUERY_H__
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
|
|
||||||
typedef enum {
|
typedef enum {
|
||||||
SCAN_PATH = 1,
|
SCAN_PATH = 1,
|
||||||
SCAN_SEARCHPATH_PARAM = 2,
|
SCAN_SEARCHPATH_PARAM = 2,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user