summaryrefslogtreecommitdiff
path: root/src/mesa/main/teximage.c
diff options
context:
space:
mode:
authorChia-I Wu <olvaffe@gmail.com>2009-09-23 16:56:20 +0800
committerBrian Paul <brianp@vmware.com>2009-09-24 21:48:39 -0600
commit5a1e25afac8eac5df1c0c9d3165b9812f54909a6 (patch)
tree76939ba9652acb5dbd465f8d3ac7cbc975b563ec /src/mesa/main/teximage.c
parentcb4f24e51d0f4f4b867b2c01ed26d2a5ce73aeab (diff)
mesa/main: Make FEATURE_convolve follow feature conventions.
As shown in mfeatures.h, this allows users of convolve.h to work without knowing if the feature is available.
Diffstat (limited to 'src/mesa/main/teximage.c')
-rw-r--r--src/mesa/main/teximage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/main/teximage.c b/src/mesa/main/teximage.c
index b555624d88..465da6b046 100644
--- a/src/mesa/main/teximage.c
+++ b/src/mesa/main/teximage.c
@@ -33,9 +33,7 @@
#include "glheader.h"
#include "bufferobj.h"
#include "context.h"
-#if FEATURE_convolve
#include "convolve.h"
-#endif
#include "enums.h"
#include "fbobject.h"
#include "framebuffer.h"