summaryrefslogtreecommitdiffstats
path: root/clang/lib
diff options
context:
space:
mode:
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-12-17 20:10:49 +0000
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>2012-12-17 20:10:49 +0000
commit475b39972166154a6500a899bd3c73111c4856b8 (patch)
tree5f2e8cfb62cae749e7da9e124be282f3900029c8 /clang/lib
parente6f6913bec42d00e6b02195c10b20c027b8b5c29 (diff)
downloadbcm5719-llvm-475b39972166154a6500a899bd3c73111c4856b8.tar.gz
bcm5719-llvm-475b39972166154a6500a899bd3c73111c4856b8.zip
Don't include the header outside the include guards, it defeats the purpose of the include guards.
llvm-svn: 170364
Diffstat (limited to 'clang/lib')
-rw-r--r--clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h b/clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h
index 230baa759c5..bea908dfa68 100644
--- a/clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h
+++ b/clang/lib/StaticAnalyzer/Checkers/ClangSACheckers.h
@@ -12,11 +12,11 @@
//
//===----------------------------------------------------------------------===//
-#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 {
OpenPOWER on IntegriCloud