From b0b871429daabfb6a8788444283021fab79e2d0f Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 15 Aug 2007 15:12:03 +0100 Subject: Remove mesa include directories, be stricter about include paths. --- src/mesa/math/m_vector.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/math') diff --git a/src/mesa/math/m_vector.h b/src/mesa/math/m_vector.h index 222b47f6e1..b1a65b3356 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 -- cgit v1.2.3