summaryrefslogtreecommitdiff
path: root/unittests/ADT/FoldingSet.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/ADT/FoldingSet.cpp')
-rw-r--r--unittests/ADT/FoldingSet.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/ADT/FoldingSet.cpp b/unittests/ADT/FoldingSet.cpp
index 696463881195..f5b1b71beb63 100644
--- a/unittests/ADT/FoldingSet.cpp
+++ b/unittests/ADT/FoldingSet.cpp
@@ -11,8 +11,8 @@
//
//===----------------------------------------------------------------------===//
-#include "gtest/gtest.h"
#include "llvm/ADT/FoldingSet.h"
+#include "gtest/gtest.h"
#include <string>
using namespace llvm;