Revert r125642. This broke the build? It should be a no-op.

llvm-svn: 125645
This commit is contained in:
Nick Lewycky 2011-02-16 02:34:28 +00:00
parent b3e0886599
commit bb1e5079b2
1 changed files with 1 additions and 1 deletions

View 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