From b67eece82fffce2e770caa19cc1e66d50549608d Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Fri, 21 Nov 2008 14:52:22 +0000 Subject: [PATCH] - Remove some straggler system_header svn path=/trunk/; revision=37513 --- reactos/include/psdk/raserror.h | 3 --- reactos/include/psdk/rassapi.h | 3 --- reactos/include/psdk/reason.h | 4 ---- reactos/include/psdk/regstr.h | 3 --- reactos/include/psdk/vfw.h | 3 --- 5 files changed, 16 deletions(-) diff --git a/reactos/include/psdk/raserror.h b/reactos/include/psdk/raserror.h index abcd3daf676..1afb85f8c1c 100644 --- a/reactos/include/psdk/raserror.h +++ b/reactos/include/psdk/raserror.h @@ -1,8 +1,5 @@ #ifndef _RASERROR_H #define _RASERROR_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif #define RASBASE 600 #define SUCCESS 0 diff --git a/reactos/include/psdk/rassapi.h b/reactos/include/psdk/rassapi.h index de81ebc512b..0c475c77869 100644 --- a/reactos/include/psdk/rassapi.h +++ b/reactos/include/psdk/rassapi.h @@ -1,8 +1,5 @@ #ifndef _RASSAPI_H #define _RASSAPI_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif #ifdef __cplusplus extern "C" { diff --git a/reactos/include/psdk/reason.h b/reactos/include/psdk/reason.h index 9c8e320af16..0459cb4cb43 100644 --- a/reactos/include/psdk/reason.h +++ b/reactos/include/psdk/reason.h @@ -1,10 +1,6 @@ #ifndef _REASON_H #define _REASON_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif - #if _WIN32_WINNT >= 0x0501 #define SHTDN_REASON_MAJOR_APPLICATION 0x00040000 diff --git a/reactos/include/psdk/regstr.h b/reactos/include/psdk/regstr.h index e27cb923076..ce582336c51 100644 --- a/reactos/include/psdk/regstr.h +++ b/reactos/include/psdk/regstr.h @@ -1,8 +1,5 @@ #ifndef _REGSTR_H #define _REGSTR_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif #ifdef __cplusplus extern "C" { diff --git a/reactos/include/psdk/vfw.h b/reactos/include/psdk/vfw.h index ae0171991ee..25cd3b79a1f 100644 --- a/reactos/include/psdk/vfw.h +++ b/reactos/include/psdk/vfw.h @@ -1,8 +1,5 @@ #ifndef _VFW_H #define _VFW_H -#if __GNUC__ >= 3 -#pragma GCC system_header -#endif #ifndef _WINDOWS_H #include