summaryrefslogtreecommitdiffstats
path: root/llvm/lib/MC/MCDisassembler/Disassembler.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/MC/MCDisassembler/Disassembler.h
parent07674cb566e50abf5e09cb54b0f0f745782fd4b1 (diff)
downloadbcm5719-llvm-802d755533eb333b8850915ce09af1088a5f1672.tar.gz
bcm5719-llvm-802d755533eb333b8850915ce09af1088a5f1672.zip
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/MC/MCDisassembler/Disassembler.h')
-rw-r--r--llvm/lib/MC/MCDisassembler/Disassembler.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/MC/MCDisassembler/Disassembler.h b/llvm/lib/MC/MCDisassembler/Disassembler.h
index 322abd5d637..28cf04b95d2 100644
--- a/llvm/lib/MC/MCDisassembler/Disassembler.h
+++ b/llvm/lib/MC/MCDisassembler/Disassembler.h
@@ -18,10 +18,10 @@
#define LLVM_MC_DISASSEMBLER_H
#include "llvm-c/Disassembler.h"
-#include <string>
#include "llvm/ADT/OwningPtr.h"
#include "llvm/ADT/SmallString.h"
#include "llvm/Support/raw_ostream.h"
+#include <string>
namespace llvm {
class MCContext;
OpenPOWER on IntegriCloud