Skip to content

Commit

Permalink
Include only time.h
Browse files Browse the repository at this point in the history
  • Loading branch information
innerout committed May 28, 2024
1 parent 54911b0 commit 569a9b2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions include/log.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@
#include <stdio.h>
#include <stdbool.h>
#include <stdarg.h>
#if __has_include(<bits/types/struct_tm.h>)
#include <bits/types/struct_tm.h>
#else
#include <time.h>
#endif

#define LOG_VERSION "0.1.0"
#if defined (__GNUC__) && !defined(__clang__)
Expand Down

0 comments on commit 569a9b2

Please sign in to comment.