diff options
author | Nathan Binkert <nate@binkert.org> | 2010-09-10 14:58:04 -0700 |
---|---|---|
committer | Nathan Binkert <nate@binkert.org> | 2010-09-10 14:58:04 -0700 |
commit | afafaf1dcbab1fac3e3ba2f87dd5138d3ec08588 (patch) | |
tree | e13b5f3eaf5c55447898150532d823662d11b5f6 /src/arch/x86/insts | |
parent | 47ef97b9caad0a72751523855d145dcd96fc5738 (diff) | |
download | gem5-afafaf1dcbab1fac3e3ba2f87dd5138d3ec08588.tar.xz |
style: fix sorting of includes and whitespace in some files
Diffstat (limited to 'src/arch/x86/insts')
-rw-r--r-- | src/arch/x86/insts/microregop.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/arch/x86/insts/microregop.cc b/src/arch/x86/insts/microregop.cc index 56ac4e946..6aee87449 100644 --- a/src/arch/x86/insts/microregop.cc +++ b/src/arch/x86/insts/microregop.cc @@ -37,10 +37,11 @@ * Authors: Gabe Black */ +#include <string> + #include "arch/x86/insts/microregop.hh" #include "arch/x86/regs/misc.hh" #include "base/condcodes.hh" -#include <string> namespace X86ISA { |