]> granicus.if.org Git - clang/commitdiff
Revert r125642. This broke the build? It should be a no-op.
authorNick Lewycky <nicholas@mxc.ca>
Wed, 16 Feb 2011 02:34:28 +0000 (02:34 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 16 Feb 2011 02:34:28 +0000 (02:34 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125645 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/ClangSACheckers.h

index b01b0f4c5442399c9175c178e3a882e5e93aece6..51cad5bc83ebdc05c7e16e352d84736d2c3c639c 100644 (file)
@@ -23,7 +23,7 @@ class ExprEngine;
 #define GET_CHECKERS
 #define CHECKER(FULLNAME,CLASS,CXXFILE,HELPTEXT,HIDDEN)    \
   void register##CLASS(ExprEngine &Eng);
-#include "Checkers.inc"
+#include "../Checkers/Checkers.inc"
 #undef CHECKER
 #undef GET_CHECKERS