mirror of https://gitee.com/openkylin/libvirt.git
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
This commit is contained in:
parent
95964058df
commit
8a96e87e67
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue