From a10207f47102c3b00dd0a71fbede720ebd20feea Mon Sep 17 00:00:00 2001 From: Andrew Bettison Date: Tue, 20 Sep 2016 13:33:56 +0930 Subject: [PATCH] Remove unnecessary #includes from "rhizome.h" --- rhizome.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/rhizome.h b/rhizome.h index f2d88dc5..44ee5cac 100644 --- a/rhizome.h +++ b/rhizome.h @@ -29,8 +29,6 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. #include "fdqueue.h" #include "os.h" #include "uuid.h" -#include "str.h" -#include "strbuf.h" #include "trigger.h" #ifndef __RHIZOME_INLINE