Skip to content

Commit f695e55

Browse files
author
Max Andriychuk
committed
m
1 parent 3660dbd commit f695e55

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"
46
#include "clang/AST/ExprCXX.h"
57
#include "clang/AST/RecursiveASTVisitor.h"
68
#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)