Skip to content

Commit 47ccc5a

Browse files
includes
1 parent 5db320d commit 47ccc5a

5 files changed

Lines changed: 5 additions & 13 deletions

File tree

examples/async.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#include <stdio.h>
2-
#include <stdint.h>
3-
#include <stdlib.h>
42
#include <unistd.h>
53
#include <errno.h>
64
#include <err.h>

examples/list.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,7 @@
11
#include <stdio.h>
2-
#include <stdlib.h>
3-
#include <stdint.h>
4-
#include <time.h>
5-
#include <string.h>
6-
#include <unistd.h>
72
#include <assert.h>
83

9-
#include "dynamic.h"
4+
#include <dynamic.h>
105

116
static int compare(void *p1, void *p2)
127
{

examples/mapi.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
#include <stdio.h>
2-
#include <stdlib.h>
3-
#include <stdint.h>
42
#include <time.h>
5-
#include <string.h>
63
#include <assert.h>
74

85
#include <dynamic.h>

examples/maps.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
#include <stdio.h>
2-
#include <stdlib.h>
3-
#include <stdint.h>
42
#include <time.h>
53
#include <string.h>
64
#include <assert.h>

src/dynamic.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
extern "C" {
1414
#endif
1515

16+
#include <stdlib.h>
17+
#include <stdint.h>
18+
#include <stddef.h>
19+
1620
#include <dynamic/segment.h>
1721
#include <dynamic/utility.h>
1822
#include <dynamic/hash.h>

0 commit comments

Comments
 (0)