Sort the #include lines for utils/...
[oota-llvm.git] / utils / TableGen / X86DisassemblerTables.cpp
index 468a1f81c7198a5e6e3ef5598729abe4bb17d31c..40a0c1b260b726b1ecffd5a4d286be777b2eeeeb 100644 (file)
 //
 //===----------------------------------------------------------------------===//
 
-#include "X86DisassemblerShared.h"
 #include "X86DisassemblerTables.h"
-
-#include "llvm/TableGen/TableGenBackend.h"
+#include "X86DisassemblerShared.h"
 #include "llvm/ADT/STLExtras.h"
 #include "llvm/Support/ErrorHandling.h"
 #include "llvm/Support/Format.h"
+#include "llvm/TableGen/TableGenBackend.h"
 #include <map>
 
 using namespace llvm;