aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/ADT/STLExtras.h
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2009-02-20 22:20:18 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2009-02-20 22:20:18 +0000
commita2769a33c94f021a609a462b28ebea069eba6f74 (patch)
treeb8bcb623c4e5d2c65ede773869d5a14e168b1324 /include/llvm/ADT/STLExtras.h
parent1bcf0f5e45fd4e17b1be5fc80984b3c1722ba381 (diff)
downloadexternal_llvm-a2769a33c94f021a609a462b28ebea069eba6f74.tar.gz
external_llvm-a2769a33c94f021a609a462b28ebea069eba6f74.tar.bz2
external_llvm-a2769a33c94f021a609a462b28ebea069eba6f74.zip
Fixed lint errors:
* Alphabetized #includes * Removed trailing whitespace * Wrapped or shortened lines over 80 chars git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65181 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/ADT/STLExtras.h')
-rw-r--r--include/llvm/ADT/STLExtras.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/ADT/STLExtras.h b/include/llvm/ADT/STLExtras.h
index 81afd9da4e..964e7e07ef 100644
--- a/include/llvm/ADT/STLExtras.h
+++ b/include/llvm/ADT/STLExtras.h
@@ -17,9 +17,9 @@
#ifndef LLVM_ADT_STLEXTRAS_H
#define LLVM_ADT_STLEXTRAS_H
+#include <cstddef> // for std::size_t
#include <functional>
#include <utility> // for std::pair
-#include <cstddef> // for std::size_t
#include "llvm/ADT/iterator.h"
namespace llvm {