mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 20:08:06 +02:00
egl: remove duplicate ARRAY_SIZE() macro declaration
This commit is contained in:
parent
407ef9b5cc
commit
cf83f0b812
1 changed files with 1 additions and 1 deletions
|
|
@ -41,6 +41,7 @@
|
|||
#include "eglconfigutil.h"
|
||||
#include "eglconfig.h"
|
||||
#include "eglcontext.h"
|
||||
#include "egldefines.h"
|
||||
#include "egldisplay.h"
|
||||
#include "egldriver.h"
|
||||
#include "eglcurrent.h"
|
||||
|
|
@ -48,7 +49,6 @@
|
|||
#include "eglsurface.h"
|
||||
|
||||
#define CALLOC_STRUCT(T) (struct T *) calloc(1, sizeof(struct T))
|
||||
#define ARRAY_SIZE(a) (sizeof(a) / sizeof(a[0]))
|
||||
|
||||
#ifndef GLX_VERSION_1_4
|
||||
#error "GL/glx.h must be equal to or greater than GLX 1.4"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue