summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 @@
23 23
24#include <stdbool.h> 24#include <stdbool.h>
25#include <sys/types.h> 25#include <sys/types.h>
26#ifndef __PCTOOL__
27#include <utime.h>
28#endif
29#include <time.h> 26#include <time.h>
30#include "config.h" 27#include "config.h"
31#include "system.h" 28#include "system.h"