mirror of
https://github.com/akheron/jansson.git
synced 2025-04-06 05:55:05 +00:00
Don't include unistd.h
It's not needed.
This commit is contained in:
parent
42e546d065
commit
98a8c1aebf
2 changed files with 0 additions and 2 deletions
|
@ -9,7 +9,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <jansson.h>
|
||||
#include "strbuffer.h"
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <stdarg.h>
|
||||
#include <unistd.h>
|
||||
#include <assert.h>
|
||||
|
||||
#include <jansson.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue