Revert "Hosted & tool builds need utime.h"

This reverts commit a8fd590003.

Reason for revert: Inverted polarity and it didn't work anyway.

Change-Id: Ife548ce4608405e3243c84a1d72090603fd2decc
This commit is contained in:
Solomon Peachy 2021-07-08 14:07:58 +00:00
parent a8fd590003
commit 78eb87f453
1 changed files with 0 additions and 3 deletions

View File

@ -23,9 +23,6 @@
#include <stdbool.h>
#include <sys/types.h>
#ifndef __PCTOOL__
#include <utime.h>
#endif
#include <time.h>
#include "config.h"
#include "system.h"