]> Git Repo - qemu.git/blobdiff - ui/shader.c
target/arm: Add wrapper macros for accessing tbflags
[qemu.git] / ui / shader.c
index 008458bf94edba4b8bad31b619622d82c50a0287..e8b8d321b7c7a0563ed9dacfd5caab24ef4c3d25 100644 (file)
  * THE SOFTWARE.
  */
 #include "qemu/osdep.h"
-#include "qemu-common.h"
 #include "ui/shader.h"
 
-#include "shader/texture-blit-vert.h"
-#include "shader/texture-blit-flip-vert.h"
-#include "shader/texture-blit-frag.h"
+#include "ui/shader/texture-blit-vert.h"
+#include "ui/shader/texture-blit-flip-vert.h"
+#include "ui/shader/texture-blit-frag.h"
 
 struct QemuGLShader {
     GLint texture_blit_prog;
This page took 0.023606 seconds and 4 git commands to generate.