Skip to content

Commit

Permalink
make clang-tidy happy with the headers
Browse files Browse the repository at this point in the history
  • Loading branch information
PetroZarytskyi committed Dec 9, 2024
1 parent c417950 commit 8b20c3a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Differentiator/VisitorBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#include "clad/Differentiator/ErrorEstimator.h"
#include "clad/Differentiator/Sins.h"
#include "clad/Differentiator/StmtClone.h"

#include "clang/AST/ASTContext.h"
#include "clang/AST/Decl.h"
#include "clang/AST/Expr.h"
#include "clang/AST/TemplateBase.h"
#include "clang/Lex/Preprocessor.h"
Expand All @@ -26,6 +26,7 @@
#include "clang/Sema/Template.h"

#include <algorithm>
#include <llvm/ADT/SmallVector.h>
#include <numeric>

#include "clad/Differentiator/Compatibility.h"
Expand Down

0 comments on commit 8b20c3a

Please sign in to comment.