From 8def0b5fff1a3b82cc6aecf65b25f74de6ee467a Mon Sep 17 00:00:00 2001 From: Stefan Ginsberg Date: Mon, 17 Nov 2008 13:49:52 +0000 Subject: [PATCH] - Start deprecating the overabused system_header gcc pragma extension svn path=/trunk/; revision=37402 --- reactos/include/GL/glu.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/reactos/include/GL/glu.h b/reactos/include/GL/glu.h index 4baa04634f7..a1e9d81a092 100644 --- a/reactos/include/GL/glu.h +++ b/reactos/include/GL/glu.h @@ -30,9 +30,6 @@ #ifndef __glu_h__ #define __glu_h__ #define _GLU_H -#if __GNUC__ >= 3 -#pragma GCC system_header -#endif #include /* for wchar_t */ #include