| 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/controls/scroll.c b/controls/scroll.c index efed4c2..209f762 100644 --- a/controls/scroll.c +++ b/controls/scroll.c
@@ -26,7 +26,7 @@ #include "win.h" #include "wine/debug.h" #include "user.h" -#include "spy.h" +#include "message.h" WINE_DEFAULT_DEBUG_CHANNEL(scroll);