We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d205081 commit 5c24518Copy full SHA for 5c24518
lib/Interpreter/Paths.cpp
@@ -7,6 +7,7 @@
7
// LICENSE.TXT for details.
8
//------------------------------------------------------------------------------
9
10
+#include "Compatibility.h"
11
#include "Paths.h"
12
13
#include "clang/Basic/FileManager.h"
lib/Interpreter/Paths.h
@@ -10,8 +10,6 @@
#ifndef CPPINTEROP_UTILS_PATHS_H
#define CPPINTEROP_UTILS_PATHS_H
-#include "Compatibility.h"
14
-
15
#include "llvm/ADT/SmallVector.h"
16
#include "llvm/ADT/StringRef.h"
17
#include <string>
0 commit comments