summaryrefslogtreecommitdiff
path: root/src/lib/bitmap.c
diff options
context:
space:
mode:
authorSander Vrijders <sander.vrijders@intec.ugent.be>2016-02-22 17:36:10 +0100
committerSander Vrijders <sander.vrijders@intec.ugent.be>2016-02-22 17:36:10 +0100
commitbc7bd364545f21b3b8522d5e7eabb9faa846845d (patch)
tree293a4003b4b185f66ee6b9cf32bd40902c2e2297 /src/lib/bitmap.c
parent59c9251f3584e8d016c41305ec272bfbf662405a (diff)
downloadouroboros-bc7bd364545f21b3b8522d5e7eabb9faa846845d.tar.gz
ouroboros-bc7bd364545f21b3b8522d5e7eabb9faa846845d.zip
include: Fix common includes
common.h will now include stdbool and several other useful includes (size_t for instance).
Diffstat (limited to 'src/lib/bitmap.c')
-rw-r--r--src/lib/bitmap.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/bitmap.c b/src/lib/bitmap.c
index 3e1ba049..cb414e7f 100644
--- a/src/lib/bitmap.c
+++ b/src/lib/bitmap.c
@@ -22,7 +22,6 @@
*/
#include <ouroboros/bitmap.h>
-#include <stdbool.h>
#include <assert.h>
#include <stdlib.h>
#include <string.h>