diff options
author | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 03:45:03 +0000 |
---|---|---|
committer | Daniel Dunbar <daniel@zuster.org> | 2008-08-11 03:45:03 +0000 |
commit | e4858a65a93fb36c099d8dd2ea0a98e33e77687e (patch) | |
tree | b5dec3997dcc7e57d1bed6fea8ca120106ef7ac7 /lib/Sema/SemaDeclAttr.cpp | |
parent | 12bc692a78582f1cc32791325981aadcffb04c5e (diff) |
More #include cleaning
- Drop Diagnostic.h from DeclSpec.h, move utility Diag methods into
implementation .cpp
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54626 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Sema/SemaDeclAttr.cpp')
-rw-r--r-- | lib/Sema/SemaDeclAttr.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Sema/SemaDeclAttr.cpp b/lib/Sema/SemaDeclAttr.cpp index c8bc12df9f..37b4e42274 100644 --- a/lib/Sema/SemaDeclAttr.cpp +++ b/lib/Sema/SemaDeclAttr.cpp @@ -13,6 +13,7 @@ #include "Sema.h" #include "clang/AST/ASTContext.h" +#include "clang/Basic/Diagnostic.h" #include "clang/Basic/TargetInfo.h" #include "clang/Parse/DeclSpec.h" #include <llvm/ADT/StringExtras.h> |