[ACCESS]
authorAmine Khaldi <amine.khaldi@reactos.org>
Mon, 13 Jan 2014 13:18:29 +0000 (13:18 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Mon, 13 Jan 2014 13:18:29 +0000 (13:18 +0000)
* 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=61618

reactos/dll/cpl/access/access.c
reactos/dll/cpl/access/access.h
reactos/dll/cpl/access/display.c
reactos/dll/cpl/access/general.c
reactos/dll/cpl/access/keyboard.c
reactos/dll/cpl/access/mouse.c
reactos/dll/cpl/access/sound.c

index 2d65fc3..403f79f 100644 (file)
@@ -9,6 +9,8 @@
 
 #include "access.h"
 
+#include <cpl.h>
+
 #define NUM_APPLETS    (1)
 
 LONG CALLBACK SystemApplet(VOID);
index b642894..2309d68 100644 (file)
@@ -1,12 +1,11 @@
-#define WIN32_NO_STATUS
 #include <stdarg.h>
+
+#define WIN32_NO_STATUS
 #include <windef.h>
 #include <winbase.h>
 #include <winreg.h>
-#include <wingdi.h>
 #include <winuser.h>
 #include <commctrl.h>
-#include <cpl.h>
 #include <tchar.h>
 
 #include "resource.h"
index 9c4bb41..4f8bc16 100644 (file)
@@ -9,10 +9,10 @@
 
 #include "access.h"
 
+#include <wingdi.h>
 
 #define ID_BLINK_TIMER 346
 
-
 static VOID
 FillColorSchemeComboBox(HWND hwnd)
 {
index e8421cb..8b1742a 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "access.h"
 
-
 #define BAUDTICKS 6
 static UINT nBaudArray[BAUDTICKS] = {300, 1200, 2400, 4800, 9600, 19200};
 
index 6d5c7be..f5953c4 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "access.h"
 
-
 #define BOUNCETICKS 5
 static UINT nBounceArray[BOUNCETICKS] = {500, 700, 1000, 1500, 2000};
 
index 38a7b95..6a4adb5 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "access.h"
 
-
 #define SPEEDTICKS 9
 #define ACCELTICKS 9
 
index f0b3ede..0793c25 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "access.h"
 
-
 static VOID
 OnInitDialog(HWND hwndDlg, PGLOBAL_DATA pGlobalData)
 {