diff options
author | Ali Saidi <saidi@eecs.umich.edu> | 2004-05-17 19:23:48 -0400 |
---|---|---|
committer | Ali Saidi <saidi@eecs.umich.edu> | 2004-05-17 19:23:48 -0400 |
commit | c5d815dc2d43062d4eeb036d528b0cc2ed281c5d (patch) | |
tree | 17b9c35576633642e3e764355a8dc33866724b47 /system/alpha/console/printf.c | |
parent | 8810fb73c6a5e153fa01571d163b8673e52405e4 (diff) | |
download | gem5-c5d815dc2d43062d4eeb036d528b0cc2ed281c5d.tar.xz |
Deleted a whole bunch of files that we didn't nede in the header
directory
console/dbmentry.s:
console/printf.c:
removed unneeded includes
Diffstat (limited to 'system/alpha/console/printf.c')
-rw-r--r-- | system/alpha/console/printf.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/alpha/console/printf.c b/system/alpha/console/printf.c index 21a449b2f..a26aa164b 100644 --- a/system/alpha/console/printf.c +++ b/system/alpha/console/printf.c @@ -70,7 +70,7 @@ static char *rcsid = "$Id: printf.c,v 1.1.1.1 1997/10/30 23:27:12 verghese Exp $ Sun Feb 10 20:18:22 1985 */ -#include "system.h" +//#include "system.h" #include "lib.h" #include <stdarg.h> |