This website works better with JavaScript.
Home
Explore
Help
Sign In
brkho
/
mesa
Watch
1
Star
0
Fork
0
Code
Releases
562
Wiki
Activity
Browse Source
mesa: Clean up header file inclusion in vf.h.
Remove mtypes.h. Include glheader.h for GL symbols.
tags/mesa-7.9-rc1
Vinson Lee
15 years ago
parent
5dbd3fe3d4
commit
48def868d9
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
src/mesa/vf/vf.h
+ 1
- 1
src/mesa/vf/vf.h
View File
@@ -28,7 +28,7 @@
#ifndef VF_VERTEX_H
#define VF_VERTEX_H
#include "main/
mtypes
.h"
#include "main/
glheader
.h"
#include "math/m_vector.h"
enum {
Write
Preview
Loading…
Cancel
Save