2
0
mirror of git://git.code.sf.net/p/openocd/code synced 2025-07-20 00:53:45 +10:00

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
This commit is contained in:
zwelch 2009-05-12 07:22:07 +00:00
parent 591a23ec8d
commit 61cba7e0e6

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