summaryrefslogtreecommitdiff
path: root/src/mem/port.hh
diff options
context:
space:
mode:
authorNathan Binkert <nate@binkert.org>2009-05-17 14:34:51 -0700
committerNathan Binkert <nate@binkert.org>2009-05-17 14:34:51 -0700
commit709d859530325f28b904001f5a55dbdec2bad199 (patch)
tree986591a80f7c54fcf19d764248128624b546bad7 /src/mem/port.hh
parenteef3a2e142443d94b75de333ff3ccb69644a9831 (diff)
downloadgem5-709d859530325f28b904001f5a55dbdec2bad199.tar.xz
includes: use base/types.hh not inttypes.h or stdint.h
Diffstat (limited to 'src/mem/port.hh')
-rw-r--r--src/mem/port.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mem/port.hh b/src/mem/port.hh
index 1d9135ae6..e738cfc63 100644
--- a/src/mem/port.hh
+++ b/src/mem/port.hh
@@ -41,10 +41,10 @@
#define __MEM_PORT_HH__
#include <list>
-#include <inttypes.h>
#include "base/misc.hh"
#include "base/range.hh"
+#include "base/types.hh"
#include "mem/packet.hh"
#include "mem/request.hh"
#include "sim/eventq.hh"