summaryrefslogtreecommitdiff
path: root/src/mesa/main/attrib.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 19:17:57 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-02-02 19:17:57 +0000
commitea39f042c378c234b573ceead4c5194020d949c4 (patch)
treef78c94e1f9b08ad9cff2bcdf309995da609f7271 /src/mesa/main/attrib.c
parentfa9df40e8a40824942ea8c6ec17c06c28bea1102 (diff)
updated includes for source file reorg
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r--src/mesa/main/attrib.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c
index e8a6f86431..6fe44c8796 100644
--- a/src/mesa/main/attrib.c
+++ b/src/mesa/main/attrib.c
@@ -1,4 +1,4 @@
-/* $Id: attrib.c,v 1.13 1999/11/23 21:15:37 keithw Exp $ */
+/* $Id: attrib.c,v 1.14 2000/02/02 19:17:57 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -30,8 +30,8 @@
#else
#include "glheader.h"
#include "attrib.h"
+#include "buffers.h"
#include "context.h"
-#include "glmisc.h"
#include "enable.h"
#include "enums.h"
#include "mem.h"