aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Support/Unix/Unix.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
commit802d755533eb333b8850915ce09af1088a5f1672 (patch)
tree9013934c0a2c4f8c436f59a64bb09ea9c52cd767 /llvm/lib/Support/Unix/Unix.h
parent07674cb566e50abf5e09cb54b0f0f745782fd4b1 (diff)
downloadllvm-802d755533eb333b8850915ce09af1088a5f1672.zip
llvm-802d755533eb333b8850915ce09af1088a5f1672.tar.gz
llvm-802d755533eb333b8850915ce09af1088a5f1672.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. =] llvm-svn: 169224
Diffstat (limited to 'llvm/lib/Support/Unix/Unix.h')
-rw-r--r--llvm/lib/Support/Unix/Unix.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/lib/Support/Unix/Unix.h b/llvm/lib/Support/Unix/Unix.h
index 361f297..051f56f 100644
--- a/llvm/lib/Support/Unix/Unix.h
+++ b/llvm/lib/Support/Unix/Unix.h
@@ -21,12 +21,12 @@
#include "llvm/Config/config.h" // Get autoconf configuration settings
#include "llvm/Support/Errno.h"
-#include <cstdlib>
+#include <algorithm>
+#include <cerrno>
#include <cstdio>
+#include <cstdlib>
#include <cstring>
-#include <cerrno>
#include <string>
-#include <algorithm>
#ifdef HAVE_UNISTD_H
#include <unistd.h>