diff src/imgproc.h @ 412:697ef44129c6 r21-2-14

Import from CVS: tag r21-2-14
author cvs
date Mon, 13 Aug 2007 11:20:41 +0200
parents 74fd4e045ea6
children
line wrap: on
line diff
--- a/src/imgproc.h	Mon Aug 13 11:19:22 2007 +0200
+++ b/src/imgproc.h	Mon Aug 13 11:20:41 2007 +0200
@@ -18,9 +18,6 @@
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.  */
 
-#ifndef INCLUDED_imgproc_h_
-#define INCLUDED_imgproc_h_
-
 /* Synched up with: Not in FSF. */
 
 /* Original author: Jareth Hein */
@@ -63,5 +60,3 @@
 #define QUANT_GET_COLOR(qt,r,g,b) (qt->histogram[r>>COLOR_SHIFT][g>>COLOR_SHIFT][b>>COLOR_SHIFT])
 
 quant_table *build_EImage_quantable(unsigned char *eimage, int width, int height, int num_colors);
-
-#endif /* INCLUDED_imgproc_h_ */