From: Daniel Veillard Date: Fri, 18 Dec 2009 13:50:04 +0000 (+0100) Subject: Fixes syntax-check with previous commit X-Git-Tag: v0.7.5~59 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c7c42a85b91b0845fafe48311813edc9a380676f;p=thirdparty%2Flibvirt.git Fixes syntax-check with previous commit * po/POTFILES.in: adds src/conf/cpu_conf.c in teh set of files with translatable content * src/conf/cpu_conf.c: remove an unused include --- diff --git a/po/POTFILES.in b/po/POTFILES.in index a429b195cb..6fef77d439 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -2,6 +2,7 @@ daemon/dispatch.c daemon/libvirtd.c daemon/remote.c daemon/stream.c +src/conf/cpu_conf.c src/conf/domain_conf.c src/conf/interface_conf.c src/conf/network_conf.c diff --git a/src/conf/cpu_conf.c b/src/conf/cpu_conf.c index f7edb09461..bbe2cc24a9 100644 --- a/src/conf/cpu_conf.c +++ b/src/conf/cpu_conf.c @@ -23,7 +23,6 @@ #include -#include "c-ctype.h" #include "virterror_internal.h" #include "memory.h" #include "util.h"