From: Gurchetan Singh Date: Fri, 28 Jul 2017 03:48:08 +0000 (-0700) Subject: st/dri: organize order of includers in dri_helpers X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=18eb3bdb858d221ec0f3e87e29819800c7df7760;p=mesa.git 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 Reviewed-by: Marek Olšák --- 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)