mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 23:18:20 +02:00
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:
parent
1825280128
commit
18eb3bdb85
1 changed files with 3 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue