Skip to content

Commit fc090ee

Browse files
authored
Try fix
1 parent c3fb4c6 commit fc090ee

File tree

4 files changed

+2
-4
lines changed

4 files changed

+2
-4
lines changed

lib/Interpreter/DynamicLibraryManager.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// LICENSE.TXT for details.
88
//------------------------------------------------------------------------------
99

10+
#include "Compatibility.h"
1011
#include "DynamicLibraryManager.h"
1112
#include "Paths.h"
1213

lib/Interpreter/DynamicLibraryManager.h

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

13-
#include "Compatibility.h"
14-
1513
#include "llvm/ADT/ArrayRef.h"
1614
#include "llvm/ADT/DenseMap.h"
1715
#include "llvm/ADT/StringRef.h"

lib/Interpreter/Paths.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// LICENSE.TXT for details.
88
//------------------------------------------------------------------------------
99

10+
#include "Compatibility.h"
1011
#include "Paths.h"
1112

1213
#include "clang/Basic/FileManager.h"

lib/Interpreter/Paths.h

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

13-
#include "Compatibility.h"
14-
1513
#include "llvm/ADT/SmallVector.h"
1614
#include "llvm/ADT/StringRef.h"
1715
#include <string>

0 commit comments

Comments
 (0)