1
0
mirror of git://erdgeist.org/opentracker synced 2025-02-04 19:16:23 +00:00

Tidy up unnecessary includes

This commit is contained in:
erdgeist 2008-12-05 21:28:40 +00:00
parent 08d9c342d4
commit 5fb58458f6
4 changed files with 6 additions and 5 deletions

View File

@ -4,11 +4,8 @@
$id$ */
/* System */
#include <stdlib.h>
#include <string.h>
#include <pthread.h>
#include <unistd.h>
#include <stdint.h>
/* Libowfat */
#include "io.h"

View File

@ -7,7 +7,6 @@
#include <stdlib.h>
#include <string.h>
#include <stdint.h>
#include <stdio.h>
/* Opentracker */
#include "trackerlogic.h"

View File

@ -3,9 +3,12 @@
$id$ */
#include "scan.h"
/* Opentracker */
#include "scan_urlencoded_query.h"
/* Libwofat */
#include "scan.h"
/* Idea is to do a in place replacement or guarantee at least
strlen( string ) bytes in deststring
watch http://www.ietf.org/rfc/rfc2396.txt

View File

@ -6,6 +6,8 @@
#ifndef __SCAN_URLENCODED_QUERY_H__
#define __SCAN_URLENCODED_QUERY_H__
#include <sys/types.h>
typedef enum {
SCAN_PATH = 1,
SCAN_SEARCHPATH_PARAM = 2,