From 955f993c96d161b7fd535696bf07ee55358a3661 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 29 Jan 2008 18:15:54 +0000 Subject: Enable the -requiring test; fix violations Use , not "config.h", per autoconf documentation. * Makefile.cfg (local-checks-to-skip) [sc_require_config_h]: Enable. * .x-sc_require_config_h: New file, to list exempted files. * Makefile.am (EXTRA_DIST): Add .x-sc_require_config_h. --- libvir.c | 2 +- types.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/libvir.c b/libvir.c index 0fe11f2..e2f7c5b 100644 --- a/libvir.c +++ b/libvir.c @@ -9,7 +9,7 @@ * Daniel Veillard */ -#include "config.h" +#include #include #include "libvirt/libvirt.h" diff --git a/types.c b/types.c index 146bb24..c91d8da 100644 --- a/types.c +++ b/types.c @@ -7,7 +7,7 @@ * Daniel Veillard */ -#include "config.h" +#include #include "libvirt_wrap.h" -- cgit