Include cleanup. Patch by sanchaez+small changes by me.

svn path=/trunk/; revision=75830
This commit is contained in:
Sylvain Petreolle 2017-09-10 23:44:22 +00:00
parent 795a573d67
commit f77c6b5493
10 changed files with 12 additions and 16 deletions

View file

@ -6,7 +6,7 @@
* COPYRIGHT: Copyright 2009 Dmitry Chapyshev (dmitry@reactos.org)
* Copyright 2017 Alexander Shaposhikov (sanchaez@reactos.org)
*/
#include "defines.h"
#include "rapps.h"
static INT_PTR CALLBACK AboutDlgProc(HWND hDlg, UINT Msg, WPARAM wParam, LPARAM lParam)
{

View file

@ -7,7 +7,7 @@
* Copyright 2015 Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
* Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
*/
#include "defines.h"
#include "rapps.h"
#include "available.h"
#include "misc.h"

View file

@ -6,7 +6,7 @@
* COPYRIGHT: Copyright 2015 David Quintana (gigaherz@gmail.com)
* Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
*/
#include "defines.h"
#include "rapps.h"
#include "rapps.h"
#include "rosui.h"

View file

@ -6,7 +6,7 @@
* COPYRIGHT: Copyright 2009 Dmitry Chapyshev (dmitry@reactos.org)
* Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
*/
#include "defines.h"
#include "rapps.h"
#include "installed.h"

View file

@ -6,7 +6,7 @@
* COPYRIGHT: Copyright Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
* Copyright Mark Jansen
*/
#include "defines.h"
#include "rapps.h"
#include <sha1.h>

View file

@ -28,7 +28,7 @@
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#include "defines.h"
#include "rapps.h"
#include <shlobj_undoc.h>
#include <shlguid_undoc.h>

View file

@ -7,7 +7,7 @@
* Copyright 2015 Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
* Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
*/
#include "defines.h"
#include "rapps.h"
#include "gui.h"
#include "misc.h"

View file

@ -6,9 +6,7 @@
* COPYRIGHT: Copyright 2009 Dmitry Chapyshev (dmitry@reactos.org)
* Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
*/
#include "defines.h"
#include "dialogs.h"
#include "rapps.h"
SETTINGS_INFO NewSettingsInfo;

View file

@ -6,12 +6,10 @@
* COPYRIGHT: Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
*/
#include "rapps.h"
#include "unattended.h"
#include "defines.h"
#include "available.h"
#include "dialogs.h"
#include "setupapi.h"
#include "unattended.h"
#include <setupapi.h>
#define MIN_ARGS 2

View file

@ -7,8 +7,8 @@
* Copyright 2015 Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
* Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
*/
#include "defines.h"
#include "rapps.h"
#include "unattended.h"
#include <atlcom.h>