diff options
author | Keith Whitwell <[email protected]> | 2007-08-15 15:12:03 +0100 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2007-08-15 23:48:48 +0100 |
commit | b0b871429daabfb6a8788444283021fab79e2d0f (patch) | |
tree | ae669711279e13baab47ceb5a49157ae641ac3f6 /src/mesa/math | |
parent | 5390a43ce06b27f6d54bc5f237aa305b6948f2af (diff) |
Remove mesa include directories, be stricter about include paths.
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_vector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/math/m_vector.h b/src/mesa/math/m_vector.h index 222b47f6e19..b1a65b33569 100644 --- a/src/mesa/math/m_vector.h +++ b/src/mesa/math/m_vector.h @@ -31,8 +31,8 @@ #ifndef _M_VECTOR_H_ #define _M_VECTOR_H_ -#include "glheader.h" -#include "mtypes.h" /* hack for GLchan */ +#include "main/glheader.h" +#include "main/mtypes.h" /* hack for GLchan */ #define VEC_DIRTY_0 0x1 |