- Start deprecating the overabused system_header gcc pragma extension

svn path=/trunk/; revision=37402
This commit is contained in:
Stefan Ginsberg 2008-11-17 13:49:52 +00:00
parent 78f5f0f5cc
commit 8def0b5fff

View file

@ -30,9 +30,6 @@
#ifndef __glu_h__
#define __glu_h__
#define _GLU_H
#if __GNUC__ >= 3
#pragma GCC system_header
#endif
#include <stddef.h> /* for wchar_t */
#include <GL/gl.h>