cstdint is a C++11 header, LLVM provides its own version of it.
[oota-llvm.git] / lib / Object / COFFObjectFile.cpp
index a5ae71759924159c4e05705de0bca4df8cc8a9f8..5dcb1749861019893e6753ee7689b27d640be54c 100644 (file)
@@ -19,7 +19,6 @@
 #include "llvm/Support/Debug.h"
 #include "llvm/Support/raw_ostream.h"
 #include <cctype>
-#include <cstdint>
 
 using namespace llvm;
 using namespace object;