]> xenbits.xensource.com Git - libvirt.git/commitdiff
Clean up headers in src/util/virutil.h
authorJán Tomko <jtomko@redhat.com>
Wed, 25 Mar 2015 12:12:00 +0000 (13:12 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 2 Apr 2015 08:27:56 +0000 (10:27 +0200)
* "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

index 25524e21e256091dbbf7b9f71027e24352d89cc1..55a3bd62217f21938e376ea6aa7cef5ca0dc8b50 100644 (file)
 #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