mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 20:28:04 +02:00
Updated includes.
This commit is contained in:
parent
c0551f0a46
commit
57d9531cd6
3 changed files with 6 additions and 2 deletions
|
|
@ -44,7 +44,8 @@
|
|||
#include "macros.h"
|
||||
#include "mtypes.h"
|
||||
#include "nvfragparse.h"
|
||||
#include "program_instruction.h"
|
||||
#include "prog_parameter.h"
|
||||
#include "prog_instruction.h"
|
||||
#include "nvvertexec.h"
|
||||
#include "nvvertparse.h"
|
||||
#include "nvprogram.h"
|
||||
|
|
|
|||
|
|
@ -36,8 +36,10 @@
|
|||
#include "imports.h"
|
||||
#include "mtypes.h"
|
||||
#include "program.h"
|
||||
#include "prog_parameter.h"
|
||||
#include "prog_statevars.h"
|
||||
#include "programopt.h"
|
||||
#include "program_instruction.h"
|
||||
#include "prog_instruction.h"
|
||||
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -34,6 +34,7 @@
|
|||
#include "hash.h"
|
||||
#include "macros.h"
|
||||
#include "program.h"
|
||||
#include "prog_parameter.h"
|
||||
#include "shaderobjects.h"
|
||||
#include "shaderobjects_3dlabs.h"
|
||||
#include "slang_link.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue