summaryrefslogtreecommitdiff
path: root/src/mesa/math
diff options
context:
space:
mode:
authorNicolas Kaiser <nikai@nikai.net>2010-09-30 07:52:02 -0700
committerBrian Paul <brianp@vmware.com>2010-09-30 09:36:31 -0600
commitbad10b961aeae8d695ecec600d47de5f8505b396 (patch)
treeb23d441b35ffdf83aa560c9963ddb957924aa619 /src/mesa/math
parent9674929bce0c0ea4862b468d0a1a7e58b2664049 (diff)
math: remove duplicated includes
Remove duplicated includes. Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/math')
-rw-r--r--src/mesa/math/m_matrix.c1
-rw-r--r--src/mesa/math/m_vector.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/math/m_matrix.c b/src/mesa/math/m_matrix.c
index 048b231c4e..02aedbad85 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 fbd63fd923..4bded31e09 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"