- Made sure that the files that contains the declarations
  of implementated functions are included.
- Corrected mismatching prototypes.
- Cleaned up the include section.

diff --git a/dlls/comctl32/comctl32undoc.c b/dlls/comctl32/comctl32undoc.c
index c972e98..c1c3cbb 100644
--- a/dlls/comctl32/comctl32undoc.c
+++ b/dlls/comctl32/comctl32undoc.c
@@ -20,11 +20,14 @@
 #include <stdlib.h> /* atoi */
 #include <ctype.h>
 
+#include "commctrl.h"
+#include "objbase.h"
 #include "winbase.h"
 #include "winerror.h"
+
 #include "wine/unicode.h"
-#include "objbase.h"
-#include "commctrl.h"
+#include "comctl32.h"
+
 #include "debugtools.h"
 
 DEFAULT_DEBUG_CHANNEL(commctrl);