|
Message
From: =?unknown-8bit?Q?Gy=F6rgy?= 'nog' Jeney<nog@s...>
Date: Thu Mar 24 21:09:49 CET 2005
Subject: [openrisc] [or1ksim #49] Remove useless include from support.c
Hi,The testbench does not rely on a c-library so sys/time.h should not be included. ChangeLog: * Remove the useless include "sys/time.h".
nog. -------------- next part -------------- diff -urp --unidirectional-new-file /home/nog/or1ksim-split/testbench/support/support.c ./testbench/support/support.c --- /home/nog/or1ksim-split/testbench/support/support.c 2002-09-05 11:07:49.000000000 +0200 +++ ./testbench/support/support.c 2005-03-22 18:43:18.000000000 +0100 @@ -1,6 +1,5 @@ /* Support */ -#include <sys/time.h> #include "spr_defs.h" #include "support.h" #include "int.h"
|