]> granicus.if.org Git - clang/commitdiff
Don't use "../foo" to return to the current directory.
authorNick Lewycky <nicholas@mxc.ca>
Wed, 16 Feb 2011 02:10:49 +0000 (02:10 +0000)
committerNick Lewycky <nicholas@mxc.ca>
Wed, 16 Feb 2011 02:10:49 +0000 (02:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@125642 91177308-0d34-0410-b5e6-96231b3b80d8

lib/StaticAnalyzer/Checkers/ClangSACheckers.h

index 51cad5bc83ebdc05c7e16e352d84736d2c3c639c..b01b0f4c5442399c9175c178e3a882e5e93aece6 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/Checkers.inc"
+#include "Checkers.inc"
 #undef CHECKER
 #undef GET_CHECKERS