aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Interpreter/InterpreterUtils.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Interpreter/InterpreterUtils.h')
-rw-r--r--clang/lib/Interpreter/InterpreterUtils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Interpreter/InterpreterUtils.h b/clang/lib/Interpreter/InterpreterUtils.h
index fbf9814..4efe8b9 100644
--- a/clang/lib/Interpreter/InterpreterUtils.h
+++ b/clang/lib/Interpreter/InterpreterUtils.h
@@ -21,11 +21,11 @@
#include "clang/Driver/Compilation.h"
#include "clang/Driver/Driver.h"
#include "clang/Driver/Job.h"
-#include "clang/Driver/Options.h"
#include "clang/Driver/Tool.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Frontend/TextDiagnosticBuffer.h"
#include "clang/Lex/PreprocessorOptions.h"
+#include "clang/Options/Options.h"
#include "clang/Sema/Lookup.h"
#include "llvm/IR/Module.h"