From 709d859530325f28b904001f5a55dbdec2bad199 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Sun, 17 May 2009 14:34:51 -0700 Subject: includes: use base/types.hh not inttypes.h or stdint.h --- src/arch/x86/types.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/arch/x86/types.hh') diff --git a/src/arch/x86/types.hh b/src/arch/x86/types.hh index 29420352b..c06d664eb 100644 --- a/src/arch/x86/types.hh +++ b/src/arch/x86/types.hh @@ -58,11 +58,11 @@ #ifndef __ARCH_X86_TYPES_HH__ #define __ARCH_X86_TYPES_HH__ -#include #include #include "base/bitunion.hh" #include "base/cprintf.hh" +#include "base/types.hh" namespace X86ISA { -- cgit v1.2.3