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

This commit is contained in:
Matt Borgerson 2025-01-26 04:33:29 -07:00 committed by mborgerson
parent ae4b5c0695
commit bb5ee6865b
1 changed files with 1 additions and 1 deletions

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"