[cleanup] Fix another place where we were including the tablegen'ed code
authorChandler Carruth <chandlerc@gmail.com>
Tue, 22 Apr 2014 02:25:17 +0000 (02:25 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Tue, 22 Apr 2014 02:25:17 +0000 (02:25 +0000)
of a '.inc' file before including actual headers. In this case we had
both duplicated a header's include and were including a standard header.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@206840 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/NVPTX/NVPTXRegisterInfo.h

index 878987a47276e2b3969cd23ce883318d0f8c71be..c5e98ab51a382bd0c4b99af2da566b4fe0219ad6 100644 (file)
 
 #include "ManagedStringPool.h"
 #include "llvm/Target/TargetRegisterInfo.h"
+#include <sstream>
 
 #define GET_REGINFO_HEADER
 #include "NVPTXGenRegisterInfo.inc"
-#include "llvm/Target/TargetRegisterInfo.h"
-#include <sstream>
 
 namespace llvm {