From 9f0e99f27c64dee0d1a927b4ffe31b90a3b9bab0 Mon Sep 17 00:00:00 2001 From: a bellenir Date: Thu, 14 Aug 2014 05:21:33 +0000 Subject: [PATCH] rm unnecessary includes --- source/rbt/rbt.c | 3 --- source/rbt/rbt.h | 2 -- 2 files changed, 5 deletions(-) diff --git a/source/rbt/rbt.c b/source/rbt/rbt.c index b3d533e..3cbc254 100644 --- a/source/rbt/rbt.c +++ b/source/rbt/rbt.c @@ -1,6 +1,3 @@ -#include -#include - #include "mem.h" #include "rbt.h" diff --git a/source/rbt/rbt.h b/source/rbt/rbt.h index c1c30c2..28f621c 100644 --- a/source/rbt/rbt.h +++ b/source/rbt/rbt.h @@ -5,8 +5,6 @@ extern "C" { #endif -#include - typedef enum { RED = 0, BLACK -- 2.54.0