[flang] Fix incorrect clang/ directory name in include
authorStephane Chauveau <stephane@chauveau-central.net>
Thu, 8 Feb 2018 15:27:55 +0000 (16:27 +0100)
committerGitHub <noreply@github.com>
Fri, 9 Feb 2018 09:09:20 +0000 (10:09 +0100)
Original-commit: flang-compiler/f18@ff61e3228a26dbd6e2661fc45d145f4e90d83e3d
Reviewed-on: https://github.com/flang-compiler/f18/pull/6

flang/include/flang/Sema/Sema.h

index 2318740..cab35f0 100644 (file)
@@ -15,8 +15,8 @@
 #ifndef LLVM_CLANG_SEMA_SEMA_H
 #define LLVM_CLANG_SEMA_SEMA_H
 
-#include "clang/Basic/Version.h"
-#include "clang/Sema/Scope.h"
+#include "flang/Basic/Version.h"
+#include "flang/Sema/Scope.h"
 #include "llvm/ADT/ArrayRef.h"
 #include "llvm/ADT/Optional.h"
 #include "llvm/ADT/SetVector.h"