kernel: Remove no longer needed includes.
[wine] / dlls / msi / database.c
2006-01-30  Mike McCormackmsi: Add an implementation of MsiGetDatabaseState.
2005-10-30  Mike McCormackDefine MSIDBOPEN_ constants using LPCWSTR when compilin...
2005-10-27  Mike McCormackImplement transforms. This still includes some debuggi...
2005-09-20  Mike McCormackAdded memory allocation inline functions (part 2).
2005-09-16  Mike McCormackMake load_string_table return the string table.
2005-09-14  Mike McCormackConvert the list of tables to a standard list.
2005-09-06  Aric StewartAdd the GUID for Patch files so that they can be opened...
2005-05-31  Mike McCormackMore -Wmissing-declarations and -Wwrite-strings warning...
2005-05-10  Mike McCormack- make sure to free the string table when closing the...
2005-04-26  Mike McCormackDeclare MsiExportDatabase* in the spec file, and fix...
2005-03-29  Mike McCormackSplit out database functions, remove dependence on...