summaryrefslogtreecommitdiff
path: root/c/object.h
diff options
context:
space:
mode:
Diffstat (limited to 'c/object.h')
-rw-r--r--c/object.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/c/object.h b/c/object.h
index 7c603b3..0aed0e4 100644
--- a/c/object.h
+++ b/c/object.h
@@ -19,9 +19,7 @@
#define MSGPACK_OBJECT_H__
#include "msgpack/zone.h"
-#include <stdint.h>
-#include <stddef.h>
-#include <stdbool.h>
+#include "msgpack/sys.h"
#include <stdio.h>
#ifdef __cplusplus