Skip to content

Commit

Permalink
Fix minor issue with wbemidl.h import
Browse files Browse the repository at this point in the history
  • Loading branch information
a0rtega committed Aug 26, 2015
1 parent 4e434ba commit 49a6f3a
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion pafish/gensandbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include <stdint.h>
#include <stdio.h>
#include <ctype.h>
#include <wbemidl.h>

#include "types.h"
#include "gensandbox.h"
Expand Down
1 change: 0 additions & 1 deletion pafish/qemu.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@

#include <windows.h>
#include <string.h>
#include <wbemidl.h>

#include "qemu.h"
#include "types.h"
Expand Down
2 changes: 2 additions & 0 deletions pafish/utils.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
#ifndef UTILS_H
#define UTILS_H

#include <wbemidl.h>

int pafish_disable_wow64_fs_redirection(void * old);

int pafish_revert_wow64_fs_redirection(void * old);
Expand Down
1 change: 0 additions & 1 deletion pafish/vbox.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <string.h>
#include <stdio.h>
#include <tlhelp32.h>
#include <wbemidl.h>

#include "vbox.h"
#include "utils.h"
Expand Down
1 change: 0 additions & 1 deletion pafish/vmware.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#include <windows.h>
#include <string.h>
#include <stdio.h>
#include <wbemidl.h>

#include "vmware.h"
#include "types.h"
Expand Down
1 change: 0 additions & 1 deletion pafish/wine.c
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@

#include <windows.h>
#include <wbemidl.h>

#include "wine.h"
#include "types.h"
Expand Down

0 comments on commit 49a6f3a

Please sign in to comment.