st/dri: organize order of includers in dri_helpers

Although it doesn't seem like a strict requirement of the
code base, we do it when possible and it looks nice.

Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
Gurchetan Singh 2017-07-27 20:48:08 -07:00 committed by Emil Velikov
parent 1825280128
commit 18eb3bdb85
1 changed files with 3 additions and 2 deletions

View File

@ -21,10 +21,11 @@
*/
#include <dlfcn.h>
#include "util/u_memory.h"
#include "pipe/p_screen.h"
#include "dri_context.h"
#include "dri_screen.h"
#include "pipe/p_screen.h"
#include "util/u_memory.h"
static bool
dri2_is_opencl_interop_loaded_locked(struct dri_screen *screen)