summaryrefslogtreecommitdiff
path: root/src/helper/types.h
diff options
context:
space:
mode:
authorzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-12 07:22:07 +0000
committerzwelch <zwelch@b42882b7-edfa-0310-969c-e2dbd0fdcd60>2009-05-12 07:22:07 +0000
commit61cba7e0e6dae78ff257bef546e6783c4b634ad4 (patch)
treedb1bdc14c89b4215a2db5ef8808456aaa774f66d /src/helper/types.h
parent591a23ec8d803c34f4168001202a736d643d2b20 (diff)
downloadopenocd+libswd-61cba7e0e6dae78ff257bef546e6783c4b634ad4.tar.gz
openocd+libswd-61cba7e0e6dae78ff257bef546e6783c4b634ad4.tar.bz2
openocd+libswd-61cba7e0e6dae78ff257bef546e6783c4b634ad4.tar.xz
openocd+libswd-61cba7e0e6dae78ff257bef546e6783c4b634ad4.zip
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
Diffstat (limited to 'src/helper/types.h')
-rw-r--r--src/helper/types.h4
1 files changed, 0 insertions, 4 deletions
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 <sys/types.h>
#endif