diff --git a/lib/Differentiator/ReverseModeVisitor.cpp b/lib/Differentiator/ReverseModeVisitor.cpp index 63fa4021e..fc6caebe1 100644 --- a/lib/Differentiator/ReverseModeVisitor.cpp +++ b/lib/Differentiator/ReverseModeVisitor.cpp @@ -13,7 +13,7 @@ #include "clad/Differentiator/ExternalRMVSource.h" #include "clad/Differentiator/MultiplexExternalRMVSource.h" #include "clad/Differentiator/StmtClone.h" -#include "clad/Differentiator/TBRAnalyzer.h" +#include "TBRAnalyzer.h" #include "clang/AST/ASTContext.h" #include "clang/AST/Expr.h" diff --git a/lib/Differentiator/TBRAnalyzer.cpp b/lib/Differentiator/TBRAnalyzer.cpp index 247a60dfe..90a522341 100644 --- a/lib/Differentiator/TBRAnalyzer.cpp +++ b/lib/Differentiator/TBRAnalyzer.cpp @@ -1,4 +1,4 @@ -#include "clad/Differentiator/TBRAnalyzer.h" +#include "TBRAnalyzer.h" using namespace clang; diff --git a/include/clad/Differentiator/TBRAnalyzer.h b/lib/Differentiator/TBRAnalyzer.h similarity index 100% rename from include/clad/Differentiator/TBRAnalyzer.h rename to lib/Differentiator/TBRAnalyzer.h