Fix -Wunused-variable warning.
[oota-llvm.git] / lib / DebugInfo / PDB / PDBSymbolTypeArray.cpp
index 3a3c6f1a004ef0a1ccda6450aaf8cda1bd81a76a..f13c4054d29a75157d39929008cbb91dcde925ef 100644 (file)
@@ -7,11 +7,10 @@
 //
 //===----------------------------------------------------------------------===//
 
-#include <utility>
-
 #include "llvm/DebugInfo/PDB/IPDBSession.h"
 #include "llvm/DebugInfo/PDB/PDBSymbol.h"
 #include "llvm/DebugInfo/PDB/PDBSymbolTypeArray.h"
+#include <utility>
 
 using namespace llvm;