Author: zwelch
Date: 2009-05-12 09:22:07 +0200 (Tue, 12 May 2009)
New Revision: 1756
Modified:
trunk/src/helper/types.h
Log:
Remove config.h from types.h; all .c files are required to include it.
Modified: trunk/src/helper/types.h
===================================================================
--- trunk/src/helper/types.h 2009-05-12 07:13:12 UTC (rev 1755)
+++ trunk/src/helper/types.h 2009-05-12 07:22:07 UTC (rev 1756)
@@ -23,10 +23,6 @@
#ifndef TYPES_H
#define TYPES_H
-#ifdef HAVE_CONFIG_H
-#include "config.h"
-#endif
-
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
|