diff options
author | Nicolas Kaiser <[email protected]> | 2010-09-30 07:52:02 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2010-09-30 09:36:31 -0600 |
commit | bad10b961aeae8d695ecec600d47de5f8505b396 (patch) | |
tree | b23d441b35ffdf83aa560c9963ddb957924aa619 /src/mesa/math | |
parent | 9674929bce0c0ea4862b468d0a1a7e58b2664049 (diff) |
math: remove duplicated includes
Remove duplicated includes.
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/math')
-rw-r--r-- | src/mesa/math/m_matrix.c | 1 | ||||
-rw-r--r-- | src/mesa/math/m_vector.c | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/math/m_matrix.c b/src/mesa/math/m_matrix.c index 048b231c4ed..02aedbad856 100644 --- a/src/mesa/math/m_matrix.c +++ b/src/mesa/math/m_matrix.c @@ -37,7 +37,6 @@ #include "main/glheader.h" #include "main/imports.h" #include "main/macros.h" -#include "main/imports.h" #include "m_matrix.h" diff --git a/src/mesa/math/m_vector.c b/src/mesa/math/m_vector.c index fbd63fd923c..4bded31e096 100644 --- a/src/mesa/math/m_vector.c +++ b/src/mesa/math/m_vector.c @@ -30,7 +30,6 @@ #include "main/glheader.h" #include "main/imports.h" #include "main/macros.h" -#include "main/imports.h" #include "m_vector.h" |