aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGOpenCLRuntime.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 /lib/CodeGen/CGOpenCLRuntime.cpp
parent5d334407e68e45e3e7baa0cd140d4fd75e7483d6 (diff)
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 'lib/CodeGen/CGOpenCLRuntime.cpp')
-rw-r--r--lib/CodeGen/CGOpenCLRuntime.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGOpenCLRuntime.cpp b/lib/CodeGen/CGOpenCLRuntime.cpp
index 6052c51e22..c6d74decb2 100644
--- a/lib/CodeGen/CGOpenCLRuntime.cpp
+++ b/lib/CodeGen/CGOpenCLRuntime.cpp
@@ -15,8 +15,8 @@
#include "CGOpenCLRuntime.h"
#include "CodeGenFunction.h"
-#include "llvm/GlobalValue.h"
#include "llvm/DerivedTypes.h"
+#include "llvm/GlobalValue.h"
#include <assert.h>
using namespace clang;