forked from OSchip/llvm-project
[clangd] Change include to be relative to current directory
This commit is contained in:
parent
53913a65b4
commit
7016043d0d
|
@ -6,8 +6,8 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "TestTracer.h"
|
||||
#include "support/Context.h"
|
||||
#include "support/TestTracer.h"
|
||||
#include "support/Trace.h"
|
||||
#include "llvm/ADT/DenseMap.h"
|
||||
#include "llvm/ADT/SmallString.h"
|
||||
|
|
Loading…
Reference in New Issue