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:
committed by
Marge Bot
parent
3a69b52d37
commit
e8e4022dde
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user