diff src/glyphs-x.c @ 163:0132846995bd r20-3b8

Import from CVS: tag r20-3b8
author cvs
date Mon, 13 Aug 2007 09:43:35 +0200
parents 538048ae2ab8
children e121b013d1f0
line wrap: on
line diff
--- a/src/glyphs-x.c	Mon Aug 13 09:42:28 2007 +0200
+++ b/src/glyphs-x.c	Mon Aug 13 09:43:35 2007 +0200
@@ -1060,8 +1060,8 @@
  *                             JPEG                                   *
  **********************************************************************/
 
-#include "jpeglib.h"
-#include "jerror.h"
+#include <jpeglib.h>
+#include <jerror.h>
 
 /* The in-core jpeg code doesn't work, so I'm avoiding it for now.  -sb  */
 /* Late-breaking update, we're going to give it a try, I think it's */