summaryrefslogtreecommitdiff
path: root/src/sim/arguments.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/sim/arguments.hh')
-rw-r--r--src/sim/arguments.hh4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sim/arguments.hh b/src/sim/arguments.hh
index 3cef49e5d..abc3da812 100644
--- a/src/sim/arguments.hh
+++ b/src/sim/arguments.hh
@@ -31,12 +31,12 @@
#ifndef __SIM_ARGUMENTS_HH__
#define __SIM_ARGUMENTS_HH__
-#include <assert.h>
+#include <cassert>
#include "arch/vtophys.hh"
#include "base/refcnt.hh"
-#include "mem/vport.hh"
#include "base/types.hh"
+#include "mem/vport.hh"
class ThreadContext;