summaryrefslogtreecommitdiffstats
path: root/lib/utils
diff options
context:
space:
mode:
authorKarel Klic <kklic@redhat.com>2010-08-19 10:39:47 +0200
committerKarel Klic <kklic@redhat.com>2010-08-19 10:39:47 +0200
commit848495a981cbdaab2f9eb59ca392442c15d538e3 (patch)
tree39d2069101fd4151539292e69bf45996a203ee4c /lib/utils
parentc41531ef836eeab3fad71c8f429e72447ab1ddd7 (diff)
read_write.h does not need logging.h -> removing the include
Diffstat (limited to 'lib/utils')
-rw-r--r--lib/utils/read_write.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/utils/read_write.h b/lib/utils/read_write.h
index 5a351869..d3af1ad5 100644
--- a/lib/utils/read_write.h
+++ b/lib/utils/read_write.h
@@ -25,8 +25,6 @@
#include <stdlib.h>
#include <errno.h>
-#include "logging.h"
-
#ifdef __cplusplus
extern "C" {
#endif