From 599cc259280ccde97b2a3b459c3f015db6390127 Mon Sep 17 00:00:00 2001 From: graham.gower Date: Sun, 20 Dec 2009 19:13:22 -0500 Subject: Initial stab at untangling the #include maze. Probably needs a second pass. git-svn-id: http://opkg.googlecode.com/svn/trunk@504 e8e0d7a0-c8d9-11dd-a880-a1081c7ac358 --- (limited to 'libopkg/includes.h') diff --git a/libopkg/includes.h b/libopkg/includes.h deleted file mode 100644 index cac9a41..0000000 --- a/libopkg/includes.h +++ /dev/null @@ -1,46 +0,0 @@ -#ifndef INCLUDES_H -#define INCLUDES_H - -#include "config.h" -#include - -#if STDC_HEADERS -# include -# include -# include -# include -# include -#else -# if HAVE_STDLIB_H -# include -# endif -#endif - -#if HAVE_REGEX_H -# include -#endif - -#if HAVE_STRING_H -# include -#endif - -#if HAVE_STRINGS_H -# include -#endif - -#if HAVE_SYS_STAT_H -# include -#endif - -#if HAVE_SYS_WAIT_H -# include -#endif - -#if HAVE_UNISTD_H -# include -# include -#endif - -// #include "replace/replace.h" - -#endif -- cgit v0.9.1