summaryrefslogtreecommitdiff
path: root/unittests/Support/TrigramIndexTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'unittests/Support/TrigramIndexTest.cpp')
-rw-r--r--unittests/Support/TrigramIndexTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/unittests/Support/TrigramIndexTest.cpp b/unittests/Support/TrigramIndexTest.cpp
index fb0ad1749bbd6..df42c1efd8a0a 100644
--- a/unittests/Support/TrigramIndexTest.cpp
+++ b/unittests/Support/TrigramIndexTest.cpp
@@ -7,8 +7,8 @@
//
//===----------------------------------------------------------------------===//
-#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/TrigramIndex.h"
+#include "llvm/ADT/STLExtras.h"
#include "gtest/gtest.h"
#include <string>