From 363c81a3781031bdba4d308b5def76b31e5ccd16 Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Sun, 19 Jan 2014 10:33:36 +0000 Subject: [PATCH] [MAIN] * Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61696 --- reactos/dll/cpl/main/main.h | 8 +++----- reactos/dll/cpl/main/mouse.c | 4 ++++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/reactos/dll/cpl/main/main.h b/reactos/dll/cpl/main/main.h index 596e62b68da..7876ca5ab74 100644 --- a/reactos/dll/cpl/main/main.h +++ b/reactos/dll/cpl/main/main.h @@ -1,16 +1,14 @@ +#include + #define WIN32_NO_STATUS #define _INC_WINDOWS #define COM_NO_WINDOWS_H -#include + #include #include #include #include -#include #include -#include -#include -#include #include #include #include diff --git a/reactos/dll/cpl/main/mouse.c b/reactos/dll/cpl/main/mouse.c index 8197e496195..282ff5a67ee 100644 --- a/reactos/dll/cpl/main/mouse.c +++ b/reactos/dll/cpl/main/mouse.c @@ -29,6 +29,10 @@ #include "main.h" +#include +#include +#include + #define DEFAULT_DOUBLE_CLICK_SPEED 500 #define DEFAULT_CLICK_LOCK_TIME 2200 #define DEFAULT_MOUSE_SPEED 10