added convolve.h header

This commit is contained in:
Brian Paul
2000-08-23 14:33:04 +00:00
parent 732dd6f417
commit cf8eebee07
2 changed files with 4 additions and 2 deletions

View File

@@ -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"