aboutsummaryrefslogtreecommitdiff
path: root/llvm/include/llvm/BinaryFormat/MsgPackWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/include/llvm/BinaryFormat/MsgPackWriter.h')
-rw-r--r--llvm/include/llvm/BinaryFormat/MsgPackWriter.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/include/llvm/BinaryFormat/MsgPackWriter.h b/llvm/include/llvm/BinaryFormat/MsgPackWriter.h
index 3b610b774f77..254b52f18bd3 100644
--- a/llvm/include/llvm/BinaryFormat/MsgPackWriter.h
+++ b/llvm/include/llvm/BinaryFormat/MsgPackWriter.h
@@ -25,8 +25,8 @@
///
//===----------------------------------------------------------------------===//
-#ifndef LLVM_SUPPORT_MSGPACKPARSER_H
-#define LLVM_SUPPORT_MSGPACKPARSER_H
+#ifndef LLVM_BINARYFORMAT_MSGPACKWRITER_H
+#define LLVM_BINARYFORMAT_MSGPACKWRITER_H
#include "llvm/BinaryFormat/MsgPack.h"
#include "llvm/Support/EndianStream.h"
@@ -127,4 +127,4 @@ private:
} // end namespace msgpack
} // end namespace llvm
-#endif // LLVM_SUPPORT_MSGPACKPARSER_H
+#endif // LLVM_BINARYFORMAT_MSGPACKWRITER_H