mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 21:21:33 +00:00
[RAPPS]
Include cleanup. Patch by sanchaez+small changes by me. svn path=/trunk/; revision=75830
This commit is contained in:
parent
795a573d67
commit
f77c6b5493
10 changed files with 12 additions and 16 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue