Skip to content

Commit

Permalink
Make the tbr header local
Browse files Browse the repository at this point in the history
  • Loading branch information
vgvassilev committed Nov 23, 2023
1 parent d48dbae commit 3c7595b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Differentiator/ReverseModeVisitor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion lib/Differentiator/TBRAnalyzer.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "clad/Differentiator/TBRAnalyzer.h"
#include "TBRAnalyzer.h"

using namespace clang;

Expand Down
File renamed without changes.

0 comments on commit 3c7595b

Please sign in to comment.