| 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/listbox.c b/controls/listbox.c index 24920d7..a7da000 100644 --- a/controls/listbox.c +++ b/controls/listbox.c
@@ -16,9 +16,9 @@ #include "winerror.h" #include "spy.h" #include "win.h" +#include "user.h" #include "controls.h" #include "debugtools.h" -#include "tweak.h" DEFAULT_DEBUG_CHANNEL(listbox); DECLARE_DEBUG_CHANNEL(combo);