diff options
Diffstat (limited to 'sim/common/sim-utils.c')
-rw-r--r-- | sim/common/sim-utils.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sim/common/sim-utils.c b/sim/common/sim-utils.c index 69949aa..86ab059 100644 --- a/sim/common/sim-utils.c +++ b/sim/common/sim-utils.c @@ -22,9 +22,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include <stdlib.h> #include <time.h> -#ifdef HAVE_SYS_TIME_H #include <sys/time.h> /* needed by sys/resource.h */ -#endif #ifdef HAVE_SYS_RESOURCE_H #include <sys/resource.h> |