diff options
author | Brian Paul <[email protected]> | 2000-02-02 19:17:57 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-02-02 19:17:57 +0000 |
commit | ea39f042c378c234b573ceead4c5194020d949c4 (patch) | |
tree | f78c94e1f9b08ad9cff2bcdf309995da609f7271 /src/mesa/main/attrib.c | |
parent | fa9df40e8a40824942ea8c6ec17c06c28bea1102 (diff) |
updated includes for source file reorg
Diffstat (limited to 'src/mesa/main/attrib.c')
-rw-r--r-- | src/mesa/main/attrib.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/attrib.c b/src/mesa/main/attrib.c index e8a6f86431a..6fe44c87964 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" |