commit | a41b2cfdd0c06077c7c81b94f55d75757cec92e6 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Mon Jan 15 20:12:55 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Jan 15 20:12:55 2001 +0000 |
tree | 4182f402192876e91778f7df363e9a92729ca723 | |
parent | 7d5bc5c3f91d2d91bc9a2b485caa569938b5e2e6 [diff] [blame] |
Moved tweak support to USER dll. Removed tweak.h and cache.h.
diff --git a/controls/static.c b/controls/static.c index a5b1ca1..fa127b6 100644 --- a/controls/static.c +++ b/controls/static.c
@@ -12,8 +12,8 @@ #include "cursoricon.h" #include "controls.h" #include "heap.h" +#include "user.h" #include "debugtools.h" -#include "tweak.h" DEFAULT_DEBUG_CHANNEL(static);