summaryrefslogtreecommitdiff
path: root/llvm/lib/BinaryFormat/MsgPackReader.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/BinaryFormat/MsgPackReader.cpp')
-rw-r--r--llvm/lib/BinaryFormat/MsgPackReader.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/lib/BinaryFormat/MsgPackReader.cpp b/llvm/lib/BinaryFormat/MsgPackReader.cpp
index 2599d75efa08..99841c5b3bd6 100644
--- a/llvm/lib/BinaryFormat/MsgPackReader.cpp
+++ b/llvm/lib/BinaryFormat/MsgPackReader.cpp
@@ -14,7 +14,6 @@
#include "llvm/BinaryFormat/MsgPackReader.h"
#include "llvm/BinaryFormat/MsgPack.h"
#include "llvm/Support/Endian.h"
-#include "llvm/Support/MathExtras.h"
using namespace llvm;
using namespace llvm::support;