(vc_eg_ctx.c) Move header below egl_common.h

This commit is contained in:
twinaphex 2015-11-20 16:58:31 +01:00
parent 8f52b2f0f8
commit 7c10d0f796

View File

@ -21,7 +21,6 @@
#include <sched.h>
#include <EGL/eglext_brcm.h>
#include <VG/openvg.h>
#include <bcm_host.h>
@ -34,6 +33,8 @@
#include "../common/gl_common.h"
#include "../video_monitor.h"
#include <EGL/eglext_brcm.h>
#ifdef HAVE_CONFIG_H
#include "../../config.h"
#endif