| commit | 219cfd83879721aee3ec2af9d3ccffc60dfa0ad4 | [log] [tgz] |
|---|---|---|
| author | Marcus Meissner <marcus@jet.franken.de> | Wed Feb 24 13:05:13 1999 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Wed Feb 24 13:05:13 1999 +0000 |
| tree | 39bd88ff3da7f46b3394e97898b3e798de906494 | |
| parent | 1b9fef5d4823efccb87aef69b555aab07bca3655 [diff] [blame] |
Optimized away more includes, readded some #includes for necessary prototypes.
diff --git a/ole/typelib.c b/ole/typelib.c index d0f18e1..674215a 100644 --- a/ole/typelib.c +++ b/ole/typelib.c
@@ -8,8 +8,8 @@ #include <string.h> #include <assert.h> #include "wintypes.h" +#include "wine/winbase16.h" #include "heap.h" -#include "windows.h" #include "winreg.h" #include "winerror.h" #include "oleauto.h"