mirror of
https://github.com/reactos/reactos.git
synced 2025-04-03 20:21:17 +00:00
[RAPPS] Cleanup headers inclusions (#4206)
This commit is contained in:
parent
4aff629302
commit
3eb6cca9bd
8 changed files with 2 additions and 12 deletions
|
@ -10,12 +10,8 @@
|
|||
#include "rapps.h"
|
||||
#include "rosui.h"
|
||||
#include "crichedit.h"
|
||||
#include "appview.h"
|
||||
#include "asyncinet.h"
|
||||
#include "misc.h"
|
||||
#include "gui.h"
|
||||
#include "appview.h"
|
||||
#include "winmain.h"
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid_undoc.h>
|
||||
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <windef.h>
|
||||
#include <atlstr.h>
|
||||
|
||||
class CConfigParser
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
#include "appinfo.h"
|
||||
|
||||
#include <windef.h>
|
||||
#include <atlsimpcoll.h>
|
||||
|
||||
// Settings dialog (settingsdlg.cpp)
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include "rosui.h"
|
||||
#include "crichedit.h"
|
||||
#include "asyncinet.h"
|
||||
#include "misc.h"
|
||||
#include "appview.h"
|
||||
#include <shlobj_undoc.h>
|
||||
#include <shlguid_undoc.h>
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
|
||||
#include <windef.h>
|
||||
#include <atlstr.h>
|
||||
|
||||
#ifdef _M_IX86
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#pragma once
|
||||
#include <windef.h>
|
||||
|
||||
#include <wininet.h>
|
||||
|
||||
struct SETTINGS_INFO
|
||||
|
|
|
@ -1,6 +1,5 @@
|
|||
#pragma once
|
||||
#include <windef.h>
|
||||
#include <wininet.h>
|
||||
|
||||
#include "settings.h"
|
||||
|
||||
extern LPCWSTR szWindowClass;
|
||||
|
|
|
@ -8,7 +8,6 @@
|
|||
|
||||
#include "rapps.h"
|
||||
#include "unattended.h"
|
||||
#include "winmain.h"
|
||||
#include <setupapi.h>
|
||||
#include <conutils.h>
|
||||
|
||||
|
|
Loading…
Reference in a new issue