Skip to content

Commit

Permalink
Merge pull request #1159 from ao-kenji/ao-kenji-fix-localtim_r
Browse files Browse the repository at this point in the history
localtim_r: delete duplicate includes
  • Loading branch information
EtchedPixels authored Feb 7, 2025
2 parents 6b8aca7 + 40bd6e0 commit 5691fc1
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Library/libs/localtim_r.c
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
#include <time.h>
#include <string.h>

#include <time.h>
#include <string.h>

/* Slight duplication here so gmtime doesn't suck in tz and all the rest */
#define SECS_PER_DAY 86400
#define SECS_PER_HOUR 3600
Expand Down

0 comments on commit 5691fc1

Please sign in to comment.