From: Daniel P. Berrange <berrange(a)redhat.com>
---
v2: rearrange to later in the series; no other change. Passes
for me with macvtap compilation enabled, so I'm not sure if it
still suffers from the same problem as the v1 complaint:
https://www.redhat.com/archives/libvir-list/2010-November/msg00834.html
src/conf/domain_conf.c | 1 -
src/util/hooks.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/src/conf/domain_conf.c b/src/conf/domain_conf.c
index 3f14cee..9516427 100644
--- a/src/conf/domain_conf.c
+++ b/src/conf/domain_conf.c
@@ -42,7 +42,6 @@
#include "c-ctype.h"
#include "logging.h"
#include "network.h"
-#include "macvtap.h"
#include "nwfilter_conf.h"
#include "ignore-value.h"
#include "storage_file.h"
diff --git a/src/util/hooks.c b/src/util/hooks.c
index 04ca6fa..5ba2036 100644
--- a/src/util/hooks.c
+++ b/src/util/hooks.c
@@ -33,7 +33,6 @@
#include "virterror_internal.h"
#include "hooks.h"
#include "util.h"
-#include "conf/domain_conf.h"
#include "logging.h"
#include "memory.h"
#include "files.h"
--
1.7.3.2