summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_copypix.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2000-11-10 18:29:18 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2000-11-10 18:29:18 +0000
commitdf37d5f2dbf3821f6b3f24771b83ad34584ca383 (patch)
treea1405290f59164c28cd3ca8e658da4e4305d9fe2 /src/mesa/swrast/s_copypix.c
parent8a9507442a9811e2c4a4bac6a993e8a900c50d4d (diff)
replaced s_imaging.h with s_histogram.h
Diffstat (limited to 'src/mesa/swrast/s_copypix.c')
-rw-r--r--src/mesa/swrast/s_copypix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_copypix.c b/src/mesa/swrast/s_copypix.c
index a379cf0d5c..03887a9e14 100644
--- a/src/mesa/swrast/s_copypix.c
+++ b/src/mesa/swrast/s_copypix.c
@@ -1,4 +1,4 @@
-/* $Id: s_copypix.c,v 1.3 2000/11/05 18:24:40 keithw Exp $ */
+/* $Id: s_copypix.c,v 1.4 2000/11/10 18:29:18 brianp Exp $ */
/*
* Mesa 3-D graphics library
@@ -37,7 +37,7 @@
#include "s_context.h"
#include "s_depth.h"
-#include "s_imaging.h"
+#include "s_histogram.h"
#include "s_pixeltex.h"
#include "s_span.h"
#include "s_stencil.h"