Skip to content

Commit 5852323

Browse files
authored
Move header
1 parent 98f159a commit 5852323

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

lib/Interpreter/Paths.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
//------------------------------------------------------------------------------
99

1010
#include "Paths.h"
11-
#include "Compatibility.h"
1211

1312
#include "clang/Basic/FileManager.h"
1413
#include "clang/Lex/HeaderSearchOptions.h"

lib/Interpreter/Paths.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@
1010
#ifndef CPPINTEROP_UTILS_PATHS_H
1111
#define CPPINTEROP_UTILS_PATHS_H
1212

13+
#include "Compatibility.h"
14+
1315
#include "llvm/ADT/SmallVector.h"
1416
#include "llvm/ADT/StringRef.h"
1517
#include <string>

0 commit comments

Comments
 (0)