diff options
Diffstat (limited to 'os-win32.c')
-rw-r--r-- | os-win32.c | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/os-win32.c b/os-win32.c index cc09196d8b..ae9857448f 100644 --- a/os-win32.c +++ b/os-win32.c @@ -22,14 +22,9 @@ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN * THE SOFTWARE. */ +#include "qemu/osdep.h" #include <windows.h> #include <mmsystem.h> -#include <unistd.h> -#include <fcntl.h> -#include <time.h> -#include <errno.h> -#include <sys/time.h> -#include "config-host.h" #include "sysemu/sysemu.h" #include "qemu-options.h" |