diff options
| author | Craig Topper <craig.topper@gmail.com> | 2012-03-17 18:46:09 +0000 |
|---|---|---|
| committer | Craig Topper <craig.topper@gmail.com> | 2012-03-17 18:46:09 +0000 |
| commit | b25fda95f6da3d42c8f7c12d5e3a52da7cc67008 (patch) | |
| tree | 52511dd3aa3932a01bd4f47bc701ce776caacb0f /llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | |
| parent | e8810768a9b285316650b60b5865f3a9110942b6 (diff) | |
| download | bcm5719-llvm-b25fda95f6da3d42c8f7c12d5e3a52da7cc67008.tar.gz bcm5719-llvm-b25fda95f6da3d42c8f7c12d5e3a52da7cc67008.zip | |
Reorder includes in Target backends to following coding standards. Remove some superfluous forward declarations.
llvm-svn: 152997
Diffstat (limited to 'llvm/lib/Target/X86/X86COFFMachineModuleInfo.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h index 63c08f1d5b0..0cec95a57ab 100644 --- a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h +++ b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h @@ -14,9 +14,9 @@ #ifndef X86COFF_MACHINEMODULEINFO_H #define X86COFF_MACHINEMODULEINFO_H +#include "X86MachineFunctionInfo.h" #include "llvm/CodeGen/MachineModuleInfo.h" #include "llvm/ADT/DenseSet.h" -#include "X86MachineFunctionInfo.h" namespace llvm { class X86MachineFunctionInfo; |

