mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
move #include glheader.h before extern C namespace
This commit is contained in:
parent
54e92e8420
commit
c6dcb0fe89
1 changed files with 6 additions and 6 deletions
|
|
@ -1,4 +1,4 @@
|
|||
/* $Id: imports.h,v 1.18 2003/03/07 14:54:22 brianp Exp $ */
|
||||
/* $Id: imports.h,v 1.19 2003/03/17 15:13:43 brianp Exp $ */
|
||||
|
||||
/*
|
||||
* Mesa 3-D graphics library
|
||||
|
|
@ -35,16 +35,16 @@
|
|||
#define IMPORTS_H
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/* XXX some of the stuff in glheader.h should be moved into this file.
|
||||
*/
|
||||
#include "glheader.h"
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
|
||||
/**********************************************************************
|
||||
* General macros
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue