diff options
author | Brian Paul <[email protected]> | 2000-11-10 18:06:14 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-11-10 18:06:14 +0000 |
commit | 8a9507442a9811e2c4a4bac6a993e8a900c50d4d (patch) | |
tree | 721d64d72c2905678844f0367a29b228c6757a15 /src/mesa/main/image.c | |
parent | 78bb78d1c3f3d0e41b647ea32f5dd57b986744de (diff) |
renamed imaging files to histogram since that's what's inside
Diffstat (limited to 'src/mesa/main/image.c')
-rw-r--r-- | src/mesa/main/image.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/main/image.c b/src/mesa/main/image.c index d006b09f9fc..9083e0975ea 100644 --- a/src/mesa/main/image.c +++ b/src/mesa/main/image.c @@ -1,4 +1,4 @@ -/* $Id: image.c,v 1.47 2000/11/09 23:25:06 brianp Exp $ */ +/* $Id: image.c,v 1.48 2000/11/10 18:06:14 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -32,7 +32,7 @@ #include "colormac.h" #include "context.h" #include "image.h" -#include "imaging.h" +#include "histogram.h" #include "macros.h" #include "mem.h" #include "mmath.h" |