mirror of
https://github.com/reactos/reactos.git
synced 2025-05-23 02:56:09 +00:00
[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:
parent
e4d11cd4c6
commit
49507310ae
5 changed files with 16 additions and 11 deletions
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#include <winnls.h>
|
||||||
|
|
||||||
/* FUNCTIONS ********************************************************/
|
/* FUNCTIONS ********************************************************/
|
||||||
|
|
||||||
LRESULT CALLBACK
|
LRESULT CALLBACK
|
||||||
|
|
|
@ -10,6 +10,12 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#include "winproc.h"
|
||||||
|
#include "palette.h"
|
||||||
|
#include "toolsettings.h"
|
||||||
|
#include "selection.h"
|
||||||
|
#include "sizebox.h"
|
||||||
|
|
||||||
/* FUNCTIONS ********************************************************/
|
/* FUNCTIONS ********************************************************/
|
||||||
|
|
||||||
HDC hDrawingDC;
|
HDC hDrawingDC;
|
||||||
|
|
|
@ -1,13 +1,11 @@
|
||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
|
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
#include <winuser.h>
|
#include <winuser.h>
|
||||||
#include <winnls.h>
|
|
||||||
#include <winreg.h>
|
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
#include <windowsx.h>
|
#include <windowsx.h>
|
||||||
#include <commdlg.h>
|
#include <commdlg.h>
|
||||||
#include <shellapi.h>
|
|
||||||
#include <commctrl.h>
|
#include <commctrl.h>
|
||||||
#include <tchar.h>
|
#include <tchar.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
@ -18,10 +16,3 @@
|
||||||
#include "globalvar.h"
|
#include "globalvar.h"
|
||||||
#include "history.h"
|
#include "history.h"
|
||||||
#include "mouse.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"
|
|
||||||
|
|
|
@ -10,6 +10,8 @@
|
||||||
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#include <winreg.h>
|
||||||
|
|
||||||
/* FUNCTIONS ********************************************************/
|
/* FUNCTIONS ********************************************************/
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
@ -9,9 +9,13 @@
|
||||||
|
|
||||||
/* INCLUDES *********************************************************/
|
/* INCLUDES *********************************************************/
|
||||||
|
|
||||||
//#include <htmlhelp.h>
|
|
||||||
#include "precomp.h"
|
#include "precomp.h"
|
||||||
|
|
||||||
|
#include <shellapi.h>
|
||||||
|
|
||||||
|
#include "dialogs.h"
|
||||||
|
#include "registry.h"
|
||||||
|
|
||||||
/* FUNCTIONS ********************************************************/
|
/* FUNCTIONS ********************************************************/
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue