aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CppBackend/CPPTargetMachine.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2012-12-04 07:12:27 +0000
committerChandler Carruth <chandlerc@gmail.com>2012-12-04 07:12:27 +0000
commita1514e24cc24b050f53a12650e047799358833a1 (patch)
tree44eeca62c167ea741c93dfdc7ed31b3094d20c32 /lib/Target/CppBackend/CPPTargetMachine.h
parente6f2df961065e3b723ef0fc78441f07c5577acd2 (diff)
downloadexternal_llvm-a1514e24cc24b050f53a12650e047799358833a1.zip
external_llvm-a1514e24cc24b050f53a12650e047799358833a1.tar.gz
external_llvm-a1514e24cc24b050f53a12650e047799358833a1.tar.bz2
Sort includes for all of the .h files under the 'lib' tree. These were
missed in the first pass because the script didn't yet handle include guards. Note that the script is now able to handle all of these headers without manual edits. =] git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169224 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/CppBackend/CPPTargetMachine.h')
-rw-r--r--lib/Target/CppBackend/CPPTargetMachine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/CppBackend/CPPTargetMachine.h b/lib/Target/CppBackend/CPPTargetMachine.h
index 30d765d..cc6f1fb 100644
--- a/lib/Target/CppBackend/CPPTargetMachine.h
+++ b/lib/Target/CppBackend/CPPTargetMachine.h
@@ -14,8 +14,8 @@
#ifndef CPPTARGETMACHINE_H
#define CPPTARGETMACHINE_H
-#include "llvm/Target/TargetMachine.h"
#include "llvm/DataLayout.h"
+#include "llvm/Target/TargetMachine.h"
namespace llvm {