aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel P. Berrange <berrange@redhat.com>2011-02-23 11:37:03 +0000
committerDaniel P. Berrange <berrange@redhat.com>2011-02-24 12:04:06 +0000
commit35416720c218a59b4960c659603861efefdf4741 (patch)
treebf70101ec14623e58e652201a5f703bf546db3ff /src/conf/nwfilter_conf.h
parentqemu: Switch over command line capabilities to virBitmap (diff)
downloadlibvirt-35416720c218a59b4960c659603861efefdf4741.tar.gz
libvirt-35416720c218a59b4960c659603861efefdf4741.tar.bz2
libvirt-35416720c218a59b4960c659603861efefdf4741.zip
Put <stdbool.h> into internal.h so it is available everywhere
Remove the <stdbool.h> header from all source files / headers and just put it into internal.h * src/internal.h: Add <stdbool.h>
Diffstat (limited to 'src/conf/nwfilter_conf.h')
-rw-r--r--src/conf/nwfilter_conf.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf/nwfilter_conf.h b/src/conf/nwfilter_conf.h
index 5db465890..40da8c37c 100644
--- a/src/conf/nwfilter_conf.h
+++ b/src/conf/nwfilter_conf.h
@@ -28,7 +28,6 @@
# include <stdint.h>
# include <stddef.h>
-# include <stdbool.h>
# include "internal.h"