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
__archive__
zwelch 2009-05-12 07:22:07 +00:00
parent 591a23ec8d
commit 61cba7e0e6
1 changed files with 0 additions and 4 deletions

View File

@ -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