mirror of
https://github.com/intel/llvm.git
synced 2026-01-24 00:20:25 +08:00
[MLIR][LSP][NFC] Fix a header guard (#84862)
This header guard is wrong and conflicts with the one from Transport.h
This commit is contained in:
@@ -11,8 +11,8 @@
|
||||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#ifndef MLIR_TOOLS_LSPSERVERSUPPORT_TRANSPORT_H
|
||||
#define MLIR_TOOLS_LSPSERVERSUPPORT_TRANSPORT_H
|
||||
#ifndef MLIR_TOOLS_LSPSERVERSUPPORT_SOURCEMGRUTILS_H
|
||||
#define MLIR_TOOLS_LSPSERVERSUPPORT_SOURCEMGRUTILS_H
|
||||
|
||||
#include "mlir/Tools/lsp-server-support/Protocol.h"
|
||||
#include "llvm/Support/SourceMgr.h"
|
||||
|
||||
Reference in New Issue
Block a user