From: Ján Tomko Date: Wed, 25 Mar 2015 12:12:00 +0000 (+0100) Subject: Clean up headers in src/util/virutil.h X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=8a96e87;p=people%2Fliuw%2Flibxenctrl-split%2Flibvirt.git Clean up headers in src/util/virutil.h * "verify.h" from gnulib is included in internal.h * is no longer needed added by commit da196338 to use fd_set in virExec prototype --- diff --git a/src/util/virutil.h b/src/util/virutil.h index 25524e21e..55a3bd622 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 -# include # include # ifndef MIN