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 <lfryzek@igalia.com>
Reviewed-by: Konstantin Seurer <konstantin.seurer@gmail.com>
Reviewed-by: Aaron Ruby <aruby@qnx.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33854>
This commit is contained in:
Gurchetan Singh 2025-02-28 14:32:39 -08:00 committed by Marge Bot
parent 3a69b52d37
commit e8e4022dde

View file

@ -21,7 +21,6 @@
* IN THE SOFTWARE. * IN THE SOFTWARE.
*/ */
#include <lvp_private.h>
#include <hardware/gralloc.h> #include <hardware/gralloc.h>
#if ANDROID_API_LEVEL >= 26 #if ANDROID_API_LEVEL >= 26
@ -41,6 +40,8 @@
#include "vk_semaphore.h" #include "vk_semaphore.h"
#include "vk_android.h" #include "vk_android.h"
#include "lvp_private.h"
static int static int
lvp_hal_open(const struct hw_module_t *mod, lvp_hal_open(const struct hw_module_t *mod,
const char *id, const char *id,