From b1398df863191e1cfbd9a014a6e0e2aeda0a29d8 Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Thu, 20 Nov 2008 15:30:15 +0000 Subject: [PATCH] - Remove more instances of system_header svn path=/trunk/; revision=37485 --- reactos/include/psdk/objfwd.h | 3 --- reactos/include/psdk/odbcinst.h | 4 +--- reactos/include/psdk/ole.h | 3 --- reactos/include/psdk/oleacc.h | 3 --- reactos/include/psdk/olectlid.h | 3 --- 5 files changed, 1 insertion(+), 15 deletions(-) diff --git a/reactos/include/psdk/objfwd.h b/reactos/include/psdk/objfwd.h index 8fede73aa89..fcddfd5e1e5 100644 --- a/reactos/include/psdk/objfwd.h +++ b/reactos/include/psdk/objfwd.h @@ -1,8 +1,5 @@ #ifndef _OBJFWD_H #define _OBJFWD_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif #include diff --git a/reactos/include/psdk/odbcinst.h b/reactos/include/psdk/odbcinst.h index 9e8c6eceb8d..0a8071f48c0 100644 --- a/reactos/include/psdk/odbcinst.h +++ b/reactos/include/psdk/odbcinst.h @@ -1,8 +1,6 @@ #ifndef _ODBCINST_H #define _ODBCINST_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif + #include #ifdef __cplusplus extern "C" { diff --git a/reactos/include/psdk/ole.h b/reactos/include/psdk/ole.h index d2dd2020a92..43c09a70133 100644 --- a/reactos/include/psdk/ole.h +++ b/reactos/include/psdk/ole.h @@ -1,8 +1,5 @@ #ifndef _OLE_H #define _OLE_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif #ifdef __cplusplus extern "C" { diff --git a/reactos/include/psdk/oleacc.h b/reactos/include/psdk/oleacc.h index 67b19c73f24..0a8108f51e5 100644 --- a/reactos/include/psdk/oleacc.h +++ b/reactos/include/psdk/oleacc.h @@ -1,8 +1,5 @@ #ifndef _OLEACC_H #define _OLEACC_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif #ifdef __cplusplus extern "C" { diff --git a/reactos/include/psdk/olectlid.h b/reactos/include/psdk/olectlid.h index 7ebb21605a4..e10442c77a1 100644 --- a/reactos/include/psdk/olectlid.h +++ b/reactos/include/psdk/olectlid.h @@ -1,8 +1,5 @@ #ifndef _OLECTLID_H #define _OLECTLID_H -#if __GNUC__ >=3 -#pragma GCC system_header -#endif #ifdef __cplusplus extern "C" {