summaryrefslogtreecommitdiffstats
path: root/clang-query
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2014-03-04 10:03:05 +0000
committerChandler Carruth <chandlerc@gmail.com>2014-03-04 10:03:05 +0000
commitbcec455e1f3cb95e8b1adfca2d49d73a059557e9 (patch)
tree7d1edb6e493b35d7ba6a4b6fdda946c949d4fe90 /clang-query
parent0fbba79057d9c8eca3bc29d0355af24a4fd32f0c (diff)
[cleanup] Re-sort headers with llvm/utils/sort_includes.py.
git-svn-id: https://llvm.org/svn/llvm-project/clang-tools-extra/trunk@202809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'clang-query')
-rw-r--r--clang-query/QueryParser.cpp1
-rw-r--r--clang-query/QueryParser.h3
2 files changed, 1 insertions, 3 deletions
diff --git a/clang-query/QueryParser.cpp b/clang-query/QueryParser.cpp
index 38903e3e..3a0cd8bc 100644
--- a/clang-query/QueryParser.cpp
+++ b/clang-query/QueryParser.cpp
@@ -14,7 +14,6 @@
#include "clang/Basic/CharInfo.h"
#include "llvm/ADT/StringRef.h"
#include "llvm/ADT/StringSwitch.h"
-
#include <set>
using namespace llvm;
diff --git a/clang-query/QueryParser.h b/clang-query/QueryParser.h
index 53b147e1..b448c907 100644
--- a/clang-query/QueryParser.h
+++ b/clang-query/QueryParser.h
@@ -11,9 +11,8 @@
#define LLVM_CLANG_TOOLS_EXTRA_CLANG_QUERY_QUERY_PARSER_H
#include "Query.h"
-
-#include <stddef.h>
#include "llvm/LineEditor/LineEditor.h"
+#include <stddef.h>
namespace clang {
namespace query {