Don't include the header outside the include guards, it defeats the purpose of the...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 17 Dec 2012 20:10:49 +0000 (20:10 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Mon, 17 Dec 2012 20:10:49 +0000 (20:10 +0000)
llvm-svn: 170364

clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h

index 230baa7..bea908d 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "clang/StaticAnalyzer/Checkers/CommonBugCategories.h"
-
 #ifndef LLVM_CLANG_SA_LIB_CHECKERS_CLANGSACHECKERS_H
 #define LLVM_CLANG_SA_LIB_CHECKERS_CLANGSACHECKERS_H
 
+#include "clang/StaticAnalyzer/Checkers/CommonBugCategories.h"
+
 namespace clang {
 
 namespace ento {