[clang-tools-extra] r321156 - [clangd] Add "../" to Logger.h included from parent directory.

Martin Bohme via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 20 01:17:32 PST 2017


Author: mboehme
Date: Wed Dec 20 01:17:31 2017
New Revision: 321156

URL: http://llvm.org/viewvc/llvm-project?rev=321156&view=rev
Log:
[clangd] Add "../" to Logger.h included from parent directory.

Modified:
    clang-tools-extra/trunk/clangd/index/MemIndex.cpp

Modified: clang-tools-extra/trunk/clangd/index/MemIndex.cpp
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clangd/index/MemIndex.cpp?rev=321156&r1=321155&r2=321156&view=diff
==============================================================================
--- clang-tools-extra/trunk/clangd/index/MemIndex.cpp (original)
+++ clang-tools-extra/trunk/clangd/index/MemIndex.cpp Wed Dec 20 01:17:31 2017
@@ -8,7 +8,7 @@
 //===-------------------------------------------------------------------===//
 
 #include "MemIndex.h"
-#include "Logger.h"
+#include "../Logger.h"
 
 namespace clang {
 namespace clangd {




More information about the cfe-commits mailing list