diff options
Diffstat (limited to 'unittests/ADT/FoldingSet.cpp')
-rw-r--r-- | unittests/ADT/FoldingSet.cpp | 2 |
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; |