summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-11-10 18:06:14 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-11-10 18:06:14 +0000
commit8a9507442a9811e2c4a4bac6a993e8a900c50d4d (patch)
tree721d64d72c2905678844f0367a29b228c6757a15 /src/mesa/main/state.c
parent78bb78d1c3f3d0e41b647ea32f5dd57b986744de (diff)
renamed imaging files to histogram since that's what's inside
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r--src/mesa/main/state.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c
index 42c4a0c87a..8619f1eb63 100644
--- a/src/mesa/main/state.c
+++ b/src/mesa/main/state.c
@@ -1,4 +1,4 @@
-/* $Id: state.c,v 1.40 2000/11/05 18:40:58 keithw Exp $ */
+/* $Id: state.c,v 1.41 2000/11/10 18:06:14 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -56,7 +56,7 @@
#include "feedback.h"
#include "fog.h"
#include "hint.h"
-#include "imaging.h"
+#include "histogram.h"
#include "light.h"
#include "lines.h"
#include "logic.h"