Get rid of inclusion of config.h because this file is autoconf'd.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18992 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Reid Spencer 2004-12-16 18:47:17 +00:00
parent c371984598
commit 7117c6ed9c

View File

@ -21,11 +21,11 @@
#ifndef SUPPORT_DATATYPES_H
#define SUPPORT_DATATYPES_H
#include "llvm/Config/config.h"
#undef HAVE_SYS_TYPES_H
#undef HAVE_INTTYPES_H
#undef HAVE_STDINT_H
#undef HAVE_UINT64_T
#undef HAVE_U_INT64_T
#ifndef _MSC_VER