Skip to content

Commit e4a5467

Browse files
[MLIR][LSP][NFC] Fix a header guard (#84862)
This header guard is wrong and conflicts with the one from Transport.h
1 parent e40cabf commit e4a5467

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/include/mlir/Tools/lsp-server-support/SourceMgrUtils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
//
1212
//===----------------------------------------------------------------------===//
1313

14-
#ifndef MLIR_TOOLS_LSPSERVERSUPPORT_TRANSPORT_H
15-
#define MLIR_TOOLS_LSPSERVERSUPPORT_TRANSPORT_H
14+
#ifndef MLIR_TOOLS_LSPSERVERSUPPORT_SOURCEMGRUTILS_H
15+
#define MLIR_TOOLS_LSPSERVERSUPPORT_SOURCEMGRUTILS_H
1616

1717
#include "mlir/Tools/lsp-server-support/Protocol.h"
1818
#include "llvm/Support/SourceMgr.h"

0 commit comments

Comments
 (0)