Skip to content

Commit b77db6e

Browse files
author
Max Andriychuk
committed
m
1 parent f695e55 commit b77db6e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/Differentiator/TBRAnalyzer.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
#ifndef CLAD_DIFFERENTIATOR_TBRANALYZER_H
22
#define CLAD_DIFFERENTIATOR_TBRANALYZER_H
33

4-
#include "clang/Analysis/AnalysisDeclContext.h"
5-
#include "clang/Analysis/CFG.h"
64
#include "clang/AST/ExprCXX.h"
75
#include "clang/AST/RecursiveASTVisitor.h"
86
#include "clang/AST/Stmt.h"
7+
#include "clang/Analysis/AnalysisDeclContext.h"
8+
#include "clang/Analysis/CFG.h"
99

1010
#include "clad/Differentiator/CladUtils.h"
1111
#include "clad/Differentiator/Compatibility.h"

0 commit comments

Comments
 (0)