]> granicus.if.org Git - clang/commitdiff
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)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@170364 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/ClangSACheckers.h

index 230baa759c5ac83ab7fe16a9bd1c3287e8c17890..bea908dfa687a401caa69a0119af167967876adc 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 {