cluster: master - config: config_xml doesn't need to include logging.h

Christine Caulfield chrissie@fedoraproject.org
Wed Jan 7 13:59:00 GMT 2009


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=9c6978143cfd4dfee4421da3803536e471e9cc92
Commit:        9c6978143cfd4dfee4421da3803536e471e9cc92
Parent:        076b5fe4c59d96729e3e3795cb41c9bde6556fa2
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Wed Jan 7 13:56:10 2009 +0000
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Wed Jan 7 13:56:10 2009 +0000

config: config_xml doesn't need to include logging.h

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
---
 config/plugins/xml/config.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/config/plugins/xml/config.c b/config/plugins/xml/config.c
index 9da448b..6889acf 100644
--- a/config/plugins/xml/config.c
+++ b/config/plugins/xml/config.c
@@ -7,8 +7,6 @@
 #include <corosync/engine/objdb.h>
 #include <corosync/engine/config.h>
 
-#include "logging.h"
-
 static int xml_readconfig(struct objdb_iface_ver0 *objdb, char **error_string);
 static int xml_reloadconfig(struct objdb_iface_ver0 *objdb, int flush,
 			    char **error_string);



More information about the Cluster-cvs mailing list