summaryrefslogtreecommitdiff
path: root/unittests/Support/SwapByteOrderTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Support/SwapByteOrderTest.cpp')
-rw-r--r--unittests/Support/SwapByteOrderTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/SwapByteOrderTest.cpp b/unittests/Support/SwapByteOrderTest.cpp
index ce8704c3ab..c2a0c27938 100644
--- a/unittests/Support/SwapByteOrderTest.cpp
+++ b/unittests/Support/SwapByteOrderTest.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
#include "gtest/gtest.h"
-#include "llvm/System/SwapByteOrder.h"
+#include "llvm/Support/SwapByteOrder.h"
#include <cstdlib>
#include <ctime>
using namespace llvm;