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://git.sur5r.net/?a=commitdiff_plain;h=61cba7e0e6dae78ff257bef546e6783c4b634ad4;p=openocd 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 1516bc21..8ee41105 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