commit | 6cc47d4924616b49abc01af3706334e809a4185d | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Wed Mar 08 18:26:56 2000 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Mar 08 18:26:56 2000 +0000 |
tree | 01f8d14f4df0fbfb7bd5db8f80df49fdfb611b8b | |
parent | 7e9913f4634381875472db7fc1bd128250daf17a [diff] [blame] |
Removed a lot of unnecessary includes and fixed the compile errors.
diff --git a/dlls/comctl32/commctrl.c b/dlls/comctl32/commctrl.c index b6bfa13..3168ce3 100644 --- a/dlls/comctl32/commctrl.c +++ b/dlls/comctl32/commctrl.c
@@ -6,6 +6,8 @@ * */ +#include <string.h> + #include "winbase.h" #include "heap.h" #include "commctrl.h"