summaryrefslogtreecommitdiffstats
path: root/clang/lib/CodeGen/SanitizerMetadata.h
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-01-14 11:29:14 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-01-14 11:29:14 +0000
commit0d9593ddec81ed33154f085c94da0478ce6f982b (patch)
tree514df8d7b9db0d6e76da279e01496fbdb78af86c /clang/lib/CodeGen/SanitizerMetadata.h
parent89642a7b3713409e44c983b511315aced75408c8 (diff)
downloadbcm5719-llvm-0d9593ddec81ed33154f085c94da0478ce6f982b.tar.gz
bcm5719-llvm-0d9593ddec81ed33154f085c94da0478ce6f982b.zip
[cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py
Sorry for the noise, I managed to miss a bunch of recent regressions of include orderings here. This should actually sort all the includes for Clang. Again, no functionality changed, this is just a mechanical cleanup that I try to run periodically to keep the #include lines as regular as possible across the project. llvm-svn: 225979
Diffstat (limited to 'clang/lib/CodeGen/SanitizerMetadata.h')
-rw-r--r--clang/lib/CodeGen/SanitizerMetadata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/SanitizerMetadata.h b/clang/lib/CodeGen/SanitizerMetadata.h
index f3c700a6f2f..d2f0651159a 100644
--- a/clang/lib/CodeGen/SanitizerMetadata.h
+++ b/clang/lib/CodeGen/SanitizerMetadata.h
@@ -13,9 +13,9 @@
#ifndef LLVM_CLANG_LIB_CODEGEN_SANITIZERMETADATA_H
#define LLVM_CLANG_LIB_CODEGEN_SANITIZERMETADATA_H
+#include "clang/AST/Type.h"
#include "clang/Basic/LLVM.h"
#include "clang/Basic/SourceLocation.h"
-#include "clang/AST/Type.h"
namespace llvm {
class GlobalVariable;
OpenPOWER on IntegriCloud