From 18eb3bdb858d221ec0f3e87e29819800c7df7760 Mon Sep 17 00:00:00 2001 From: Gurchetan Singh Date: Thu, 27 Jul 2017 20:48:08 -0700 Subject: [PATCH] st/dri: organize order of includers in dri_helpers MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Marek Olšák --- src/gallium/state_trackers/dri/dri_helpers.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/gallium/state_trackers/dri/dri_helpers.c b/src/gallium/state_trackers/dri/dri_helpers.c index b3a2cb78f9c..96c92e2e8db 100644 --- a/src/gallium/state_trackers/dri/dri_helpers.c +++ b/src/gallium/state_trackers/dri/dri_helpers.c @@ -21,10 +21,11 @@ */ #include +#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) -- 2.30.2