From e8e4022dde3c58e11ba35eae033db01bf81194c6 Mon Sep 17 00:00:00 2001 From: Gurchetan Singh Date: Fri, 28 Feb 2025 14:32:39 -0800 Subject: [PATCH] lavapipe: use quotes instead of angle bracket lvp_private.h is in the same directory and lvp_android.c Other files in the same directory just use "#include lvp_private.h" too. Reviewed-by: Lucas Fryzek Reviewed-by: Konstantin Seurer Reviewed-by: Aaron Ruby Part-of: --- src/gallium/frontends/lavapipe/lvp_android.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/gallium/frontends/lavapipe/lvp_android.c b/src/gallium/frontends/lavapipe/lvp_android.c index cf0d3702289..410454613a2 100644 --- a/src/gallium/frontends/lavapipe/lvp_android.c +++ b/src/gallium/frontends/lavapipe/lvp_android.c @@ -21,7 +21,6 @@ * IN THE SOFTWARE. */ -#include #include #if ANDROID_API_LEVEL >= 26 @@ -41,6 +40,8 @@ #include "vk_semaphore.h" #include "vk_android.h" +#include "lvp_private.h" + static int lvp_hal_open(const struct hw_module_t *mod, const char *id,