mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 22:49:13 +02:00
nv40: fix include of nv04_surface_2d.h
This commit is contained in:
parent
69a0f375cc
commit
d1fe9bcc3f
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#define __NV40_SCREEN_H__
|
||||
|
||||
#include "nouveau/nouveau_screen.h"
|
||||
#include "nouveau/nv40_surface_2d.h"
|
||||
#include "nouveau/nv04_surface_2d.h"
|
||||
|
||||
struct nv40_screen {
|
||||
struct nouveau_screen base;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue