lsteamclient: Remove unnecessary typedefs.

CW-Bug-Id: #22729
This commit is contained in:
Rémi Bernon 2023-09-17 23:16:30 +02:00 committed by Arkadiusz Hiler
parent 0a2a3c514f
commit 4dfab8d8b6
53 changed files with 78 additions and 473 deletions

View file

@ -1245,16 +1245,9 @@ for klass in all_classes.values():
out = file.write
out(u'/* This file is auto-generated, do not edit. */\n')
out(u'#include <stdarg.h>\n')
out(u'\n')
out(u'#include "windef.h"\n')
out(u'#include "winbase.h"\n')
out(u'#include "wine/debug.h"\n')
out(u'\n')
out(u'#include "steam_defs.h"\n')
out(u'\n')
out(u'#include "steamclient_private.h"\n')
out(u'\n')
out(u'#include "steam_defs.h"\n')
out(u'#include "struct_converters.h"\n')
out(u'\n')
out(u'WINE_DEFAULT_DEBUG_CHANNEL(steamclient);\n')