diff options
Diffstat (limited to 'src/mem/vport.hh')
-rw-r--r-- | src/mem/vport.hh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/mem/vport.hh b/src/mem/vport.hh index a8ceaa9fc..1dfc0ea23 100644 --- a/src/mem/vport.hh +++ b/src/mem/vport.hh @@ -38,10 +38,9 @@ #ifndef __MEM_VPORT_HH__ #define __MEM_VPORT_HH__ -#include "mem/port_impl.hh" -#include "config/full_system.hh" #include "arch/vtophys.hh" - +#include "config/full_system.hh" +#include "mem/port_impl.hh" /** A class that translates a virtual address to a physical address and then * calls the above read/write functions. If a thread context is provided the |