[MSPAINT]

* 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=61556
This commit is contained in:
Amine Khaldi 2014-01-07 16:27:45 +00:00
parent e4d11cd4c6
commit 49507310ae
5 changed files with 16 additions and 11 deletions

View file

@ -10,6 +10,8 @@
#include "precomp.h"
#include <winnls.h>
/* FUNCTIONS ********************************************************/
LRESULT CALLBACK

View file

@ -10,6 +10,12 @@
#include "precomp.h"
#include "winproc.h"
#include "palette.h"
#include "toolsettings.h"
#include "selection.h"
#include "sizebox.h"
/* FUNCTIONS ********************************************************/
HDC hDrawingDC;

View file

@ -1,13 +1,11 @@
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <winnls.h>
#include <winreg.h>
#include <wingdi.h>
#include <windowsx.h>
#include <commdlg.h>
#include <shellapi.h>
#include <commctrl.h>
#include <tchar.h>
#include <stdlib.h>
@ -18,10 +16,3 @@
#include "globalvar.h"
#include "history.h"
#include "mouse.h"
#include "winproc.h"
#include "palette.h"
#include "toolsettings.h"
#include "selection.h"
#include "sizebox.h"
#include "dialogs.h"
#include "registry.h"

View file

@ -10,6 +10,8 @@
#include "precomp.h"
#include <winreg.h>
/* FUNCTIONS ********************************************************/
void

View file

@ -9,9 +9,13 @@
/* INCLUDES *********************************************************/
//#include <htmlhelp.h>
#include "precomp.h"
#include <shellapi.h>
#include "dialogs.h"
#include "registry.h"
/* FUNCTIONS ********************************************************/
void