Make system.h private by including it from config.h autoheader.

git-svn-id: svn://svn.berlios.de/openocd/trunk@1759 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
zwelch 2009-05-12 08:24:47 +00:00
parent 85f9734103
commit dd85eebf22
2 changed files with 4 additions and 1 deletions

View File

@ -778,6 +778,10 @@ then
fi
AM_CONFIG_HEADER(config.h)
AH_BOTTOM([
#include "system.h"
])
AM_INIT_AUTOMAKE([-Wall -Wno-portability])
AM_MAINTAINER_MODE

View File

@ -27,7 +27,6 @@
#define REPLACEMENTS_H
#include "types.h"
#include "system.h"
/* MIN,MAX macros */
#ifndef MIN