Reduce number of included headers for libx52util.h

feature/test-new-mem-api
nirenjan 2017-08-16 00:04:10 -07:00
parent b5f4e72148
commit 780447122c
1 changed files with 1 additions and 2 deletions

View File

@ -12,8 +12,7 @@
#ifndef LIBX52UTIL_H #ifndef LIBX52UTIL_H
#define LIBX52UTIL_H #define LIBX52UTIL_H
#include <time.h> #include <stddef.h>
#include <stdint.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {