[clangd] Change include to be relative to current directory

This commit is contained in:
Kadir Cetinkaya 2020-05-03 18:09:40 +02:00
parent 53913a65b4
commit 7016043d0d
No known key found for this signature in database
GPG Key ID: E39E36B8D2057ED6
1 changed files with 1 additions and 1 deletions

View File

@ -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"