mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 03:00:11 +01:00
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:
parent
3a69b52d37
commit
e8e4022dde
1 changed files with 2 additions and 1 deletions
|
|
@ -21,7 +21,6 @@
|
|||
* IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <lvp_private.h>
|
||||
#include <hardware/gralloc.h>
|
||||
|
||||
#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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue