Better place for a pch inclusion. Spotted by gigaherz

svn path=/trunk/; revision=75829
This commit is contained in:
Sylvain Petreolle 2017-09-10 22:57:01 +00:00
parent f48ddd7571
commit 795a573d67
2 changed files with 2 additions and 1 deletions

View file

@ -1,5 +1,5 @@
#pragma once
#include "rapps.h"
#define CMD_KEY_INSTALL L"/INSTALL"
#define CMD_KEY_SETUP L"/SETUP"

View file

@ -5,6 +5,7 @@
* PURPOSE: Functions to parse command-line flags and process them
* COPYRIGHT: Copyright 2017 Alexander Shaposhnikov (sanchaez@reactos.org)
*/
#include "rapps.h"
#include "unattended.h"
#include "defines.h"
#include "available.h"