From c7c42a85b91b0845fafe48311813edc9a380676f Mon Sep 17 00:00:00 2001 From: Daniel Veillard Date: Fri, 18 Dec 2009 14:50:04 +0100 Subject: [PATCH] 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 --- po/POTFILES.in | 1 + src/conf/cpu_conf.c | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) 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" -- 2.47.2