Forward declare OMPClause in Sema.h to avoid an include

llvm-svn: 186824
This commit is contained in:
Reid Kleckner 2013-07-22 12:47:44 +00:00
parent 9cea44a5f2
commit 0a514eeaa7
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,6 @@
#include "clang/AST/MangleNumberingContext.h"
#include "clang/AST/NSAPI.h"
#include "clang/AST/PrettyPrinter.h"
#include "clang/AST/StmtOpenMP.h"
#include "clang/AST/TypeLoc.h"
#include "clang/Basic/ExpressionTraits.h"
#include "clang/Basic/LangOptions.h"
@ -139,6 +138,7 @@ namespace clang {
class ObjCPropertyDecl;
class ObjCProtocolDecl;
class OMPThreadPrivateDecl;
class OMPClause;
class OverloadCandidateSet;
class OverloadExpr;
class ParenListExpr;