diff --git a/src/gallium/drivers/panfrost/pan_context.c b/src/gallium/drivers/panfrost/pan_context.c index 30f30ed261d..2dc067ab0a7 100644 --- a/src/gallium/drivers/panfrost/pan_context.c +++ b/src/gallium/drivers/panfrost/pan_context.c @@ -25,8 +25,8 @@ * */ -#include #include +#include #include "pan_bo.h" #include "pan_context.h" diff --git a/src/util/libsync.h b/src/util/libsync.h index 8ac7657384a..60e3e5db67e 100644 --- a/src/util/libsync.h +++ b/src/util/libsync.h @@ -30,11 +30,11 @@ #include #include +#include #include #include #include #include -#include #include #include