Update two includes to not rely on target headers anymore
authorColin Finck <colin@reactos.org>
Fri, 7 Mar 2008 14:10:03 +0000 (14:10 +0000)
committerColin Finck <colin@reactos.org>
Fri, 7 Mar 2008 14:10:03 +0000 (14:10 +0000)
svn path=/trunk/; revision=32599

reactos/tools/widl/typelib_struct.h

index 79b86b9..01c2c64 100644 (file)
@@ -302,7 +302,7 @@ typedef struct {
  *
  */
 
-#include "pshpack1.h"
+#include <host/pshpack1.h>
 
 typedef struct {
 /*00*/ DWORD SLTG_magic;       /* 0x47544c53  == "SLTG" */
@@ -599,7 +599,7 @@ WORD offset from start of block to SAFEARRAY
 WORD typeofarray
 */
 
-#include "poppack.h"
+#include <host/poppack.h>
 
 /*---------------------------END--------------------------------------------*/
 #endif