mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 07:50:20 +01:00
nvfx: Fix include recursion.
Don't include nvfx_context.h and use a forward reference instead. nvfx_context.h includes nvfx_screen.h (itself).
This commit is contained in:
parent
478f19ff49
commit
11cea8196c
1 changed files with 2 additions and 1 deletions
|
|
@ -4,7 +4,8 @@
|
|||
#include "util/u_double_list.h"
|
||||
#include "nouveau/nouveau_screen.h"
|
||||
#include "nv04_surface_2d.h"
|
||||
#include "nvfx_context.h"
|
||||
|
||||
struct nvfx_context;
|
||||
|
||||
struct nvfx_screen {
|
||||
struct nouveau_screen base;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue