summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglconfig.c
diff options
context:
space:
mode:
authorEmil Velikov <[email protected]>2017-05-04 18:55:36 +0100
committerEmil Velikov <[email protected]>2017-05-08 15:33:59 +0100
commit239e7ee91bd324bf82a37924546c4ea472e2dd2b (patch)
tree36ede0e817b73ebcb070e8d62e81c51ad9a23984 /src/egl/main/eglconfig.c
parent8d6f92313d8077bcff193a30486b875d93cdf5d5 (diff)
egl: remove suprous header eglcompiler.h
The header is used only to provide STATIC_ASSERT. The latter is already available in utils/macros.h so use that instead and kill of the header. Signed-off-by: Emil Velikov <[email protected]> Reviewed-by: Eric Engestrom <[email protected]> Reviewed-by: Chad Versace <[email protected]>
Diffstat (limited to 'src/egl/main/eglconfig.c')
-rw-r--r--src/egl/main/eglconfig.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl/main/eglconfig.c b/src/egl/main/eglconfig.c
index 876c8f06f27..f747c331843 100644
--- a/src/egl/main/eglconfig.c
+++ b/src/egl/main/eglconfig.c
@@ -37,8 +37,8 @@
#include <string.h>
#include <assert.h>
#include "c99_compat.h"
+#include "util/macros.h"
-#include "eglcompiler.h"
#include "eglconfig.h"
#include "egldisplay.h"
#include "eglcurrent.h"