summaryrefslogtreecommitdiff
path: root/tools/libclang/CIndexCodeCompletion.cpp
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2013-01-02 10:28:36 +0000
committerChandler Carruth <chandlerc@gmail.com>2013-01-02 10:28:36 +0000
commitb99083e60325a28063fb588f458a871151971fdc (patch)
tree9e6cd8da64eb615f313f0bfbe53921fddc2d3d5c /tools/libclang/CIndexCodeCompletion.cpp
parent5d334407e68e45e3e7baa0cd140d4fd75e7483d6 (diff)
downloadclang-b99083e60325a28063fb588f458a871151971fdc.tar.gz
clang-b99083e60325a28063fb588f458a871151971fdc.tar.bz2
clang-b99083e60325a28063fb588f458a871151971fdc.tar.xz
Re-sort #include lines using the llvm/utils/sort_includes.py script.
Removes a duplicate #include as well as cleaning up some sort order regressions since I last ran the script over Clang. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@171364 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/libclang/CIndexCodeCompletion.cpp')
-rw-r--r--tools/libclang/CIndexCodeCompletion.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/libclang/CIndexCodeCompletion.cpp b/tools/libclang/CIndexCodeCompletion.cpp
index c1ee6097c9..df3ed9044c 100644
--- a/tools/libclang/CIndexCodeCompletion.cpp
+++ b/tools/libclang/CIndexCodeCompletion.cpp
@@ -16,7 +16,6 @@
#include "CIndexDiagnostic.h"
#include "CXCursor.h"
#include "CXString.h"
-#include "CXString.h"
#include "CXTranslationUnit.h"
#include "clang/AST/Decl.h"
#include "clang/AST/DeclObjC.h"