summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-08-23 14:33:04 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-08-23 14:33:04 +0000
commitcf8eebee075e3f69c3daa4ea88994e07527055e4 (patch)
treec4f83a40eefdb4a5ede885e7a3990027fba2324d
parent732dd6f4173917ca1e21901b9c3fa29dbd5f019f (diff)
added convolve.h header
-rw-r--r--src/mesa/main/dlist.c3
-rw-r--r--src/mesa/main/state.c3
2 files changed, 4 insertions, 2 deletions
diff --git a/src/mesa/main/dlist.c b/src/mesa/main/dlist.c
index 15f15242b7..e96ed862ac 100644
--- a/src/mesa/main/dlist.c
+++ b/src/mesa/main/dlist.c
@@ -1,4 +1,4 @@
-/* $Id: dlist.c,v 1.44 2000/07/10 13:22:01 keithw Exp $ */
+/* $Id: dlist.c,v 1.45 2000/08/23 14:33:04 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -38,6 +38,7 @@
#include "clip.h"
#include "colortab.h"
#include "context.h"
+#include "convolve.h"
#include "copypix.h"
#include "cva.h"
#include "depth.h"
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c
index 90cb0728a8..caca1f87f9 100644
--- a/src/mesa/main/state.c
+++ b/src/mesa/main/state.c
@@ -1,4 +1,4 @@
-/* $Id: state.c,v 1.22 2000/08/21 14:22:24 brianp Exp $ */
+/* $Id: state.c,v 1.23 2000/08/23 14:33:04 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -44,6 +44,7 @@
#include "clip.h"
#include "colortab.h"
#include "context.h"
+#include "convolve.h"
#include "copypix.h"
#include "cva.h"
#include "depth.h"