From 8a96e87e67610f8e318f4d10f172029263bd9936 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= <jtomko@redhat.com> Date: Wed, 25 Mar 2015 13:12:00 +0100 Subject: [PATCH] Clean up headers in src/util/virutil.h * "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 25524e21e2..55a3bd6221 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