* 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=61699
This commit is contained in:
Amine Khaldi 2014-01-19 10:39:14 +00:00
parent fdc91cf07d
commit 26fd3314b8
7 changed files with 15 additions and 12 deletions

View file

@ -9,7 +9,6 @@
#include "precomp.h"
typedef struct _VARIABLE_DATA
{
DWORD dwType;

View file

@ -9,9 +9,11 @@
*
*/
#include "precomp.h"
#include <winnls.h>
#include <powrprof.h>
#define ANIM_STEP 2
#define ANIM_TIME 50

View file

@ -8,6 +8,7 @@
*/
#include "precomp.h"
#include <debug.h>
typedef struct _PROFILE

View file

@ -1,25 +1,21 @@
#ifndef __CPL_PRECOMP_H
#define __CPL_PRECOMP_H
#include <ntstatus.h>
#define WIN32_NO_STATUS
#include <stdarg.h>
#define _INC_WINDOWS
#define COM_NO_WINDOWS_H
#include <stdarg.h>
#include <ntstatus.h>
#define WIN32_NO_STATUS
#include <windef.h>
#include <winbase.h>
#include <winreg.h>
#include <wingdi.h>
#include <winnls.h>
#include <wincon.h>
#include <powrprof.h>
#include <tchar.h>
#include <cpl.h>
#include <shellapi.h>
#include <shlwapi.h>
#include <shlobj.h>
#include <regstr.h>
#include <setupapi.h>
#include "resource.h"

View file

@ -10,6 +10,9 @@
#include "precomp.h"
#include <shlwapi.h>
#include <setupapi.h>
typedef struct _STARTINFO
{
WCHAR szFreeldrIni[MAX_PATH + 15];

View file

@ -9,6 +9,9 @@
#include "precomp.h"
#include <cpl.h>
#include <regstr.h>
LONG CALLBACK SystemApplet(VOID);
HINSTANCE hApplet = 0;
HWND hCPLWindow;

View file

@ -10,7 +10,6 @@
#include "precomp.h"
static VOID
SetListViewColumns(HWND hwndListView)
{