* Remove one time inclusions from the main header and put them back where they belong.
* Remove redundant resource.h inclusion.
CORE-7716

svn path=/trunk/; revision=61694
This commit is contained in:
Amine Khaldi 2014-01-19 10:28:42 +00:00
parent cb758248bd
commit 0769f82608
4 changed files with 6 additions and 4 deletions

View file

@ -8,7 +8,6 @@
* 06-09-2007 Created
*/
#include "resource.h"
#include "input.h"
static HWND hLangList;

View file

@ -10,6 +10,8 @@
#include "input.h"
#include <cpl.h>
#define NUM_APPLETS (1)
LONG CALLBACK SystemApplet(VOID);

View file

@ -1,13 +1,12 @@
#define WIN32_NO_STATUS
#include <stdarg.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <winnls.h>
#include <winreg.h>
#include <wingdi.h>
#include <winuser.h>
#include <commctrl.h>
#include <cpl.h>
#include <tchar.h>
#include "resource.h"

View file

@ -11,6 +11,8 @@
#include "input.h"
#include <wingdi.h>
static HWND MainDlgWnd;
// for SaveInputLang()
static INT OldLayoutNum;