commit | 18d029722f7d29f1407c6444a11f5593bc5a6a23 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Dec 03 23:34:52 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Dec 03 23:34:52 2002 +0000 |
tree | eee778a1bad2091afdba5f3c74c26282a6e60dc6 | |
parent | 94f83596c7d5cd42bc12a95d49b9f20e1c559a3a [diff] [blame] |
Removed input.h, queue.h, spy.h and sysmetrics.h and moved their contents to user.h. Moved message.h and winproc.h to dlls/user.
diff --git a/windows/spy.c b/windows/spy.c index 0e12065..9ab66a4 100644 --- a/windows/spy.c +++ b/windows/spy.c
@@ -29,7 +29,7 @@ #include "wine/unicode.h" #include "win.h" #include "wine/debug.h" -#include "spy.h" +#include "message.h" #include "commctrl.h" WINE_DEFAULT_DEBUG_CHANNEL(message);