summaryrefslogtreecommitdiff
path: root/unittests/ADT/PointerEmbeddedIntTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/ADT/PointerEmbeddedIntTest.cpp')
-rw-r--r--unittests/ADT/PointerEmbeddedIntTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ADT/PointerEmbeddedIntTest.cpp b/unittests/ADT/PointerEmbeddedIntTest.cpp
index 9c27f8ee655f..695ea12e0b03 100644
--- a/unittests/ADT/PointerEmbeddedIntTest.cpp
+++ b/unittests/ADT/PointerEmbeddedIntTest.cpp
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
-#include "gtest/gtest.h"
#include "llvm/ADT/PointerEmbeddedInt.h"
+#include "gtest/gtest.h"
using namespace llvm;
namespace {