summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2021-07-08 14:07:58 +0000
committerSolomon Peachy <pizza@shaftnet.org>2021-07-08 14:07:58 +0000
commit78eb87f453c08c123788c8a7acea92b7032c1a47 (patch)
treec0462544de28dff56285a55ff2824daee06c0f34
parenta8fd590003774cb5554eaec2d5805d5e5b699fc4 (diff)
downloadrockbox-78eb87f453.tar.gz
rockbox-78eb87f453.zip
Revert "Hosted & tool builds need utime.h"
This reverts commit a8fd590003774cb5554eaec2d5805d5e5b699fc4. Reason for revert: Inverted polarity and it didn't work anyway. Change-Id: Ife548ce4608405e3243c84a1d72090603fd2decc
-rw-r--r--firmware/export/fat.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/firmware/export/fat.h b/firmware/export/fat.h
index 57a87ecd4e..b83ceeec0d 100644
--- a/firmware/export/fat.h
+++ b/firmware/export/fat.h
@@ -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"