summaryrefslogtreecommitdiff
path: root/unittests/ADT/PointerIntPairTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/ADT/PointerIntPairTest.cpp')
-rw-r--r--unittests/ADT/PointerIntPairTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ADT/PointerIntPairTest.cpp b/unittests/ADT/PointerIntPairTest.cpp
index 13680c78b9bb..985fdba0247f 100644
--- a/unittests/ADT/PointerIntPairTest.cpp
+++ b/unittests/ADT/PointerIntPairTest.cpp
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
-#include "gtest/gtest.h"
#include "llvm/ADT/PointerIntPair.h"
+#include "gtest/gtest.h"
#include <limits>
using namespace llvm;