mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
mesa: prefix #includes with main/
This commit is contained in:
parent
71e64fc30b
commit
87e44d9003
1 changed files with 4 additions and 4 deletions
|
|
@ -26,11 +26,11 @@
|
|||
#include "main/glheader.h"
|
||||
#include "main/colormac.h"
|
||||
#include "main/context.h"
|
||||
#include "feedback.h"
|
||||
#include "light.h"
|
||||
#include "main/feedback.h"
|
||||
#include "main/light.h"
|
||||
#include "main/macros.h"
|
||||
#include "rastpos.h"
|
||||
#include "simple_list.h"
|
||||
#include "main/rastpos.h"
|
||||
#include "main/simple_list.h"
|
||||
#include "main/mtypes.h"
|
||||
|
||||
#include "math/m_matrix.h"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue