From: Nick Lewycky Date: Wed, 16 Feb 2011 02:34:28 +0000 (+0000) Subject: Revert r125642. This broke the build? It should be a no-op. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2dbf07d095e6ffbeef50942a9c9f3241f71d5fb8;p=clang Revert r125642. This broke the build? It should be a no-op. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125645 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Checkers/ClangSACheckers.h b/lib/StaticAnalyzer/Checkers/ClangSACheckers.h index b01b0f4c54..51cad5bc83 100644 --- a/lib/StaticAnalyzer/Checkers/ClangSACheckers.h +++ b/lib/StaticAnalyzer/Checkers/ClangSACheckers.h @@ -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