mirror of https://github.com/xemu-project/xemu.git
nv2a: Drop osdep.h, add stdbool.h to swizzle.c
This commit is contained in:
parent
ae4b5c0695
commit
bb5ee6865b
|
@ -22,7 +22,7 @@
|
|||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include "qemu/osdep.h"
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "swizzle.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue