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"