diff options
Diffstat (limited to 'include/clang/Frontend/PCHBitCodes.h')
| -rw-r--r-- | include/clang/Frontend/PCHBitCodes.h | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/include/clang/Frontend/PCHBitCodes.h b/include/clang/Frontend/PCHBitCodes.h index 1e953d671226..b2bb9a13771d 100644 --- a/include/clang/Frontend/PCHBitCodes.h +++ b/include/clang/Frontend/PCHBitCodes.h @@ -18,7 +18,7 @@  #define LLVM_CLANG_FRONTEND_PCHBITCODES_H  #include "llvm/Bitcode/BitCodes.h" -#include "llvm/Support/DataTypes.h" +#include "llvm/System/DataTypes.h"  namespace clang {    namespace pch { @@ -496,8 +496,6 @@ namespace clang {        DECL_IMPLICIT_PARAM,        /// \brief A ParmVarDecl record.        DECL_PARM_VAR, -      /// \brief An OriginalParmVarDecl record. -      DECL_ORIGINAL_PARM_VAR,        /// \brief A FileScopeAsmDecl record.        DECL_FILE_SCOPE_ASM,        /// \brief A BlockDecl record.  | 
