From: Amine Khaldi Date: Sat, 8 Feb 2014 13:38:07 +0000 (+0000) Subject: [WINSTA] X-Git-Tag: ReactOS-0.3.16-CLT2014~269 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=81fad2376a6a40b4fda22bd7b894bf629559d8de [WINSTA] * Improve header inclusions. CORE-7716 svn path=/trunk/; revision=62032 --- diff --git a/reactos/dll/win32/winsta/winsta.h b/reactos/dll/win32/winsta/winsta.h index f1fd8e2d25b..764b09c98b4 100644 --- a/reactos/dll/win32/winsta/winsta.h +++ b/reactos/dll/win32/winsta/winsta.h @@ -10,9 +10,7 @@ #ifndef _WINSTA_H #define _WINSTA_H -/* Default header set */ #include -//#include #include #include @@ -25,5 +23,4 @@ WINE_DEFAULT_DEBUG_CHANNEL(winsta); /* WinSta calling convention */ #define WINSTAAPI WINAPI -#endif /* !def _WINSTA_H */ - +#endif /* _WINSTA_H */