[RAPPS] Fix build.
authorAmine Khaldi <amine.khaldi@reactos.org>
Thu, 19 Mar 2015 19:43:57 +0000 (19:43 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Thu, 19 Mar 2015 19:43:57 +0000 (19:43 +0000)
svn path=/trunk/; revision=66816

reactos/base/applications/rapps/available.c
reactos/base/applications/rapps/misc.c
reactos/base/applications/rapps/rapps.h
reactos/base/applications/rapps/winmain.c

index 3920f3f..54d255c 100644 (file)
@@ -7,7 +7,6 @@
  *                  Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
  */
 
-#include <ndk/rtlfuncs.h>
 #include "rapps.h"
 
 #define ADD_TEXT(a, b, c, d) \
index b2c1390..e51480e 100644 (file)
@@ -8,7 +8,6 @@
  */
 
 #include "rapps.h"
-#include <ndk/rtlfuncs.h>
 
 /* SESSION Operation */
 #define EXTRACT_FILLFILELIST  0x00000001
index 3f0b71f..b636e46 100644 (file)
@@ -20,6 +20,7 @@
 #include <shlwapi.h>
 #include <stdio.h>
 #include <strsafe.h>
+#include <ndk/rtlfuncs.h>
 
 #include <rappsmsg.h>
 
index 2e2c9e8..d4d79db 100644 (file)
@@ -7,9 +7,10 @@
  *                  Ismael Ferreras Morezuelas (swyterzone+ros@gmail.com)
  */
 
-#include <shellapi.h>
 #include "rapps.h"
 
+#include <shellapi.h>
+
 #define SEARCH_TIMER_ID 'SR'
 
 HWND hMainWnd;