]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Fixes syntax-check with previous commit
authorDaniel Veillard <veillard@redhat.com>
Fri, 18 Dec 2009 13:50:04 +0000 (14:50 +0100)
committerDaniel Veillard <veillard@redhat.com>
Fri, 18 Dec 2009 13:50:04 +0000 (14:50 +0100)
* 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
src/conf/cpu_conf.c

index a429b195cb80d5d6af6686e7d0091d5e7bbe58db..6fef77d4397e37a5239eb872be7b63cc1995f8fb 100644 (file)
@@ -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
index f7edb0946172419be506fd38ffeb21bcb3265d76..bbe2cc24a91285abdad24d91511e4c064cb84701 100644 (file)
@@ -23,7 +23,6 @@
 
 #include <config.h>
 
-#include "c-ctype.h"
 #include "virterror_internal.h"
 #include "memory.h"
 #include "util.h"