From 1e68328c3c69dd4db7575de939983ec419c49bed Mon Sep 17 00:00:00 2001 From: Amine Khaldi Date: Mon, 13 Jan 2014 12:41:57 +0000 Subject: [PATCH] [SNDREC32] * Remove one time inclusions from the main header and put them back where they belong. * Cleanup the main header. CORE-7716 svn path=/trunk/; revision=61599 --- reactos/base/applications/sndrec32/sndrec32.cpp | 4 ++++ reactos/base/applications/sndrec32/stdafx.h | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/reactos/base/applications/sndrec32/sndrec32.cpp b/reactos/base/applications/sndrec32/sndrec32.cpp index 6e3e77a8c64..d7ce40718cd 100644 --- a/reactos/base/applications/sndrec32/sndrec32.cpp +++ b/reactos/base/applications/sndrec32/sndrec32.cpp @@ -6,6 +6,10 @@ */ #include "stdafx.h" + +#include +#include + #include "sndrec32.h" #ifndef _UNICODE diff --git a/reactos/base/applications/sndrec32/stdafx.h b/reactos/base/applications/sndrec32/stdafx.h index d669203c956..b7467459dda 100644 --- a/reactos/base/applications/sndrec32/stdafx.h +++ b/reactos/base/applications/sndrec32/stdafx.h @@ -8,12 +8,11 @@ #define _sntprintf_s _snprintf_s #endif -#define WIN32_NO_STATUS #include #include + +#define WIN32_NO_STATUS #include #include #include #include -#include -#include