Sort the #include lines for the include/... tree with the script.
[oota-llvm.git] / include / llvm / Bitcode / BitstreamWriter.h
index 2e8c9f46b8c747e5ac400c9ef1032304bb9ce065..1021fbd0dcdaf21f996c85a57197c10c8cad2d92 100644 (file)
@@ -15,8 +15,8 @@
 #ifndef BITSTREAM_WRITER_H
 #define BITSTREAM_WRITER_H
 
-#include "llvm/ADT/StringRef.h"
 #include "llvm/ADT/SmallVector.h"
+#include "llvm/ADT/StringRef.h"
 #include "llvm/Bitcode/BitCodes.h"
 #include <vector>