From: zwelch Date: Tue, 12 May 2009 07:22:07 +0000 (+0000) Subject: Remove config.h from types.h; all .c files are required to include it. X-Git-Tag: v0.2.0~753 X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=commitdiff_plain;h=61cba7e0e6dae78ff257bef546e6783c4b634ad4;hp=591a23ec8d803c34f4168001202a736d643d2b20 Remove config.h from types.h; all .c files are required to include it. git-svn-id: svn://svn.berlios.de/openocd/trunk@1756 b42882b7-edfa-0310-969c-e2dbd0fdcd60 --- diff --git a/src/helper/types.h b/src/helper/types.h index 1516bc2178..8ee41105f1 100644 --- a/src/helper/types.h +++ b/src/helper/types.h @@ -23,10 +23,6 @@ #ifndef TYPES_H #define TYPES_H -#ifdef HAVE_CONFIG_H -#include "config.h" -#endif - #ifdef HAVE_SYS_TYPES_H #include #endif