Skip to content

Commit

Permalink
remove the unnecessary header file inclusion
Browse files Browse the repository at this point in the history
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
  • Loading branch information
xiaoxiang781216 authored and kosma committed Aug 4, 2022
1 parent 163fb72 commit d6ad155
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion example.c
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@

#include <stdio.h>
#include <string.h>
#include <ctype.h>

#include "minmea.h"

Expand Down
1 change: 0 additions & 1 deletion minmea.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
#include <string.h>
#include <ctype.h>
#include <stdarg.h>
#include <time.h>

#define boolstr(s) ((s) ? "true" : "false")

Expand Down
2 changes: 0 additions & 2 deletions minmea.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
extern "C" {
#endif

#include <stdio.h>
#include <stdint.h>
#include <stdbool.h>
#include <errno.h>
#include <time.h>
#include <math.h>
#ifdef MINMEA_INCLUDE_COMPAT
Expand Down
1 change: 0 additions & 1 deletion tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <check.h>

#include "minmea.h"
Expand Down

0 comments on commit d6ad155

Please sign in to comment.