]> git.mdlowis.com Git - projs/libcds.git/commitdiff
rm unnecessary includes
authora bellenir <a@bellenir.com>
Thu, 14 Aug 2014 05:21:33 +0000 (05:21 +0000)
committera bellenir <a@bellenir.com>
Thu, 14 Aug 2014 05:21:33 +0000 (05:21 +0000)
source/rbt/rbt.c
source/rbt/rbt.h

index b3d533eb4699b3b08d68f37a818cfb60faf80d22..3cbc254715045754e0745a4e9d64598e59f49b9e 100644 (file)
@@ -1,6 +1,3 @@
-#include <stdlib.h>
-#include <stdbool.h>
-
 #include "mem.h"
 #include "rbt.h"
 
index c1c30c2a45bd920f456036e6cdce5a1e8b5f229e..28f621c166b8af896e15d6081e6e513d32577a22 100644 (file)
@@ -5,8 +5,6 @@
 extern "C" {
 #endif
 
-#include <stdbool.h>
-
 typedef enum {
        RED = 0,
        BLACK