Module: wine Branch: master Commit: 6a385ae273e7f5f2695e003e7e38a702b8b1676f URL: http://source.winehq.org/git/wine.git/?a=commit;h=6a385ae273e7f5f2695e003e7e... Author: Francois Gouget <fgouget(a)free.fr> Date: Sun Nov 12 19:43:16 2006 +0100 msi: assert.h is not a local header (spotted by winapi_check). --- dlls/msi/table.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/dlls/msi/table.c b/dlls/msi/table.c index c66048a..014c453 100644 --- a/dlls/msi/table.c +++ b/dlls/msi/table.c @@ -19,6 +19,7 @@ */ #include <stdarg.h> +#include <assert.h> #define COBJMACROS #define NONAMELESSUNION @@ -34,7 +35,6 @@ #include "objidl.h" #include "winnls.h" #include "msipriv.h" #include "query.h" -#include "assert.h" #include "wine/debug.h" #include "wine/unicode.h"