[SC]
authorAmine Khaldi <amine.khaldi@reactos.org>
Tue, 7 Jan 2014 17:10:31 +0000 (17:10 +0000)
committerAmine Khaldi <amine.khaldi@reactos.org>
Tue, 7 Jan 2014 17:10:31 +0000 (17:10 +0000)
* Move conio.h inclusion where it's used.
CORE-7716

svn path=/trunk/; revision=61565

reactos/base/applications/sc/sc.h
reactos/base/applications/sc/usage.c

index fe7cdef..086ca90 100644 (file)
@@ -1,8 +1,8 @@
 #include <stdarg.h>
 #include <stdarg.h>
+
 #include <windef.h>
 #include <winbase.h>
 #include <winsvc.h>
 #include <windef.h>
 #include <winbase.h>
 #include <winsvc.h>
-#include <conio.h>
 #include <tchar.h>
 
 #define SCDBG
 #include <tchar.h>
 
 #define SCDBG
index f4680ef..bc6ede1 100644 (file)
@@ -6,8 +6,11 @@
  * COPYRIGHT:   Copyright 2005 - 2006 Ged Murphy <gedmurphy@gmail.com>
  *
  */
  * COPYRIGHT:   Copyright 2005 - 2006 Ged Murphy <gedmurphy@gmail.com>
  *
  */
+
 #include "sc.h"
 
 #include "sc.h"
 
+#include <conio.h>
+
 VOID MainUsage(VOID)
 {
     INT c;
 VOID MainUsage(VOID)
 {
     INT c;