commit | 638f169b1e2aefe02d3c2444faa6db624d52a674 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Sun Jan 17 16:32:32 1999 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Sun Jan 17 16:32:32 1999 +0000 |
tree | fe24d43ed3f0e3e1ac52e6ebe15bb591ae16d655 | |
parent | 7a2f5019afba52c77f5d9115cf829001a826b339 [diff] [blame] |
Recovery of release 990110 after disk crash. See Changelog for changes between 990103 and 990110.
diff --git a/ole/typelib.c b/ole/typelib.c index 913a839..98a3b04 100644 --- a/ole/typelib.c +++ b/ole/typelib.c
@@ -12,10 +12,9 @@ #include "windows.h" #include "winreg.h" #include "winerror.h" -#include "ole.h" -#include "ole2.h" #include "oleauto.h" -#include "compobj.h" +#include "wine/obj_base.h" +#include "objbase.h" #include "debug.h" #include "winversion.h"