From f8e342c019870a03a3d72e4f9702309c3e6bee19 Mon Sep 17 00:00:00 2001 From: David Herrmann Date: Mon, 6 Aug 2012 19:04:04 +0200 Subject: [PATCH] misc: remove log references The static-* code does not depend on the log subsystem so it should not include the header nor define some internal logging helpers. Signed-off-by: David Herrmann --- src/static_misc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/static_misc.c b/src/static_misc.c index 4cd4a07..db49135 100644 --- a/src/static_misc.c +++ b/src/static_misc.c @@ -35,11 +35,8 @@ #include #include #include "htable.h" -#include "log.h" #include "static_misc.h" -#define LOG_SUBSYSTEM "misc" - #define RING_SIZE 512 struct ring_entry {