1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-03-07 17:28:15 +00:00

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:
Ján Tomko 2015-03-25 13:12:00 +01:00
parent 95964058df
commit 8a96e87e67

View File

@ -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