mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +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 <winnls.h>
|
||||
|
||||
/* FUNCTIONS ********************************************************/
|
||||
|
||||
LRESULT CALLBACK
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -10,6 +10,8 @@
|
|||
|
||||
#include "precomp.h"
|
||||
|
||||
#include <winreg.h>
|
||||
|
||||
/* FUNCTIONS ********************************************************/
|
||||
|
||||
void
|
||||
|
|
|
@ -9,9 +9,13 @@
|
|||
|
||||
/* INCLUDES *********************************************************/
|
||||
|
||||
//#include <htmlhelp.h>
|
||||
#include "precomp.h"
|
||||
|
||||
#include <shellapi.h>
|
||||
|
||||
#include "dialogs.h"
|
||||
#include "registry.h"
|
||||
|
||||
/* FUNCTIONS ********************************************************/
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue