diff options
author | John McCall <rjmccall@apple.com> | 2010-08-24 08:50:51 +0000 |
---|---|---|
committer | John McCall <rjmccall@apple.com> | 2010-08-24 08:50:51 +0000 |
commit | 5f1e0942a32657b625702aa52f82430d0120f424 (patch) | |
tree | da1f6596a5e35f6175fd8aa074334ea26f0c6a43 /lib/Sema/SemaLookup.cpp | |
parent | 7a1fad38256eb4c5129359be85ba1ea1678eb5c9 (diff) |
More header elimination. The goal of all this is to allow Parser to
#include Sema.h while keeping all the AST declarations opaque. That may
not be reasonably attainable, though.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111907 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaLookup.cpp')
-rw-r--r-- | lib/Sema/SemaLookup.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Sema/SemaLookup.cpp b/lib/Sema/SemaLookup.cpp index 2572cf01de..8307d2f5f1 100644 --- a/lib/Sema/SemaLookup.cpp +++ b/lib/Sema/SemaLookup.cpp @@ -14,6 +14,7 @@ #include "clang/Sema/Sema.h" #include "clang/Sema/Lookup.h" #include "clang/Sema/DeclSpec.h" +#include "clang/Sema/Scope.h" #include "clang/AST/ASTContext.h" #include "clang/AST/CXXInheritance.h" #include "clang/AST/Decl.h" |