nv2a: Drop osdep.h, add stdbool.h to swizzle.c

This commit is contained in:
Matt Borgerson
2025-01-26 18:47:46 -07:00
committed by mborgerson
parent ae4b5c0695
commit bb5ee6865b
+1 -1
View File
@@ -22,7 +22,7 @@
#include <stdint.h>
#include <string.h>
#include <assert.h>
#include "qemu/osdep.h"
#include <stdbool.h>
#include "swizzle.h"