msi: assert.h is not a local header (spotted by winapi_check).

This commit is contained in:
Francois Gouget 2006-11-12 19:43:16 +01:00 committed by Alexandre Julliard
parent 49ad2b10c1
commit 6a385ae273
1 changed files with 1 additions and 1 deletions

View File

@ -19,6 +19,7 @@
*/
#include <stdarg.h>
#include <assert.h>
#define COBJMACROS
#define NONAMELESSUNION
@ -34,7 +35,6 @@
#include "winnls.h"
#include "msipriv.h"
#include "query.h"
#include "assert.h"
#include "wine/debug.h"
#include "wine/unicode.h"