- Remove more instances of system_header

svn path=/trunk/; revision=37485
This commit is contained in:
Stefan Ginsberg 2008-11-20 15:30:15 +00:00
parent c388ad54d4
commit b1398df863
5 changed files with 1 additions and 15 deletions

View file

@ -1,8 +1,5 @@
#ifndef _OBJFWD_H #ifndef _OBJFWD_H
#define _OBJFWD_H #define _OBJFWD_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <basetyps.h> #include <basetyps.h>

View file

@ -1,8 +1,6 @@
#ifndef _ODBCINST_H #ifndef _ODBCINST_H
#define _ODBCINST_H #define _ODBCINST_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#include <sql.h> #include <sql.h>
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View file

@ -1,8 +1,5 @@
#ifndef _OLE_H #ifndef _OLE_H
#define _OLE_H #define _OLE_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View file

@ -1,8 +1,5 @@
#ifndef _OLEACC_H #ifndef _OLEACC_H
#define _OLEACC_H #define _OLEACC_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {

View file

@ -1,8 +1,5 @@
#ifndef _OLECTLID_H #ifndef _OLECTLID_H
#define _OLECTLID_H #define _OLECTLID_H
#if __GNUC__ >=3
#pragma GCC system_header
#endif
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {