aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/DeclContextInternals.h
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2009-11-15 06:34:37 +0000
committerDouglas Gregor <dgregor@apple.com>2009-11-15 06:34:37 +0000
commit7745cab137b9d91205f13a7adaebe6ed801595f7 (patch)
tree8bf659b927bcd860f4b066b0a6ee06ee5ba4c287 /include/clang/AST/DeclContextInternals.h
parenta8285a88647805b294e946527ecee8e5ececc4ff (diff)
Make a few headers parse standalone
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@88832 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/clang/AST/DeclContextInternals.h')
-rw-r--r--include/clang/AST/DeclContextInternals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/clang/AST/DeclContextInternals.h b/include/clang/AST/DeclContextInternals.h
index a9e3acc943..c2b48cee36 100644
--- a/include/clang/AST/DeclContextInternals.h
+++ b/include/clang/AST/DeclContextInternals.h
@@ -14,9 +14,9 @@
#ifndef LLVM_CLANG_AST_DECLCONTEXTINTERNALS_H
#define LLVM_CLANG_AST_DECLCONTEXTINTERNALS_H
-#include "clang/AST/DeclBase.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclarationName.h"
+#include "clang/AST/DeclCXX.h"
#include "llvm/ADT/DenseMap.h"
#include "llvm/ADT/PointerUnion.h"
#include "llvm/ADT/SmallVector.h"