summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2004-12-16 18:47:17 +0000
committerReid Spencer <rspencer@reidspencer.com>2004-12-16 18:47:17 +0000
commit7117c6ed9c9ff042b8d6fbcf2489cc0d47adc980 (patch)
tree22682e872e8492a6ed4c1b7575a5d058138c59d0 /include
parentc3719845980c619d890aaa952d0f5c97a722bcdb (diff)
downloadllvm-7117c6ed9c9ff042b8d6fbcf2489cc0d47adc980.tar.gz
llvm-7117c6ed9c9ff042b8d6fbcf2489cc0d47adc980.tar.bz2
llvm-7117c6ed9c9ff042b8d6fbcf2489cc0d47adc980.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/llvm/Support/DataTypes.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/llvm/Support/DataTypes.h.in b/include/llvm/Support/DataTypes.h.in
index 4290ae6095..a19ce29037 100644
--- a/include/llvm/Support/DataTypes.h.in
+++ b/include/llvm/Support/DataTypes.h.in
@@ -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