Skip to content

Commit

Permalink
msgpack_append_message: test: Remove needless includes
Browse files Browse the repository at this point in the history
Signed-off-by: Hiroshi Hatake <[email protected]>
  • Loading branch information
cosmo0920 committed Sep 27, 2023
1 parent b76c55b commit 50077bc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/internal/msgpack_append_message.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,6 @@

#include <sys/types.h>
#include <sys/stat.h>
#include <dirent.h>
#include <fcntl.h>
#include <unistd.h>
#include <math.h> /* for NAN */

/* JSON tests data */
#define JSON_MAP1 FLB_TESTS_DATA_PATH "/data/msgpack_append_message/map1.json"
Expand Down

0 comments on commit 50077bc

Please sign in to comment.