* "verify.h" from gnulib is included in internal.h
* <sys/select.h> is no longer needed
added by commit da196338 to use fd_set in virExec prototype
---
src/util/virutil.h | 2 --
1 file changed, 2 deletions(-)
diff --git a/src/util/virutil.h b/src/util/virutil.h
index 25524e2..55a3bd6 100644
--- a/src/util/virutil.h
+++ b/src/util/virutil.h
@@ -25,10 +25,8 @@
#ifndef __VIR_UTIL_H__
# define __VIR_UTIL_H__
-# include "verify.h"
# include "internal.h"
# include <unistd.h>
-# include <sys/select.h>
# include <sys/types.h>
# ifndef MIN
--
2.0.5