Don't include debugtools.h in the header file, moved it to the C files
commitbd1689ec0a49d2afd07a08ded0201baa44028065
authorAlexandre Julliard <julliard@winehq.org>
Tue, 22 Jan 2002 00:57:16 +0000 (22 00:57 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 22 Jan 2002 00:57:16 +0000 (22 00:57 +0000)
tree61fdd86b52632a767aeaf6f45e9ad16d68550663
parentdbe2cd907d78a8a3ba863e589035b19f41351714
Don't include debugtools.h in the header file, moved it to the C files
that need it (and used the new wine/debug.h while we are at it).
22 files changed:
dlls/msvcrt/console.c
dlls/msvcrt/cpp.c
dlls/msvcrt/ctype.c
dlls/msvcrt/data.c
dlls/msvcrt/dir.c
dlls/msvcrt/environ.c
dlls/msvcrt/errno.c
dlls/msvcrt/except.c
dlls/msvcrt/exit.c
dlls/msvcrt/file.c
dlls/msvcrt/heap.c
dlls/msvcrt/locale.c
dlls/msvcrt/main.c
dlls/msvcrt/math.c
dlls/msvcrt/mbcs.c
dlls/msvcrt/misc.c
dlls/msvcrt/msvcrt.h
dlls/msvcrt/process.c
dlls/msvcrt/string.c
dlls/msvcrt/thread.c
dlls/msvcrt/time.c
dlls/msvcrt/wcs.c