20 lines
453 B
Text
20 lines
453 B
Text
$NetBSD: patch-ac,v 1.1 2007/11/17 01:47:02 obache Exp $
|
|
|
|
--- image.cpp.orig 2004-07-20 16:48:11.000000000 +0000
|
|
+++ image.cpp
|
|
@@ -50,7 +50,6 @@ static void get_new_image_size (ZphotoIm
|
|
|
|
#include <avifile.h>
|
|
#include <avm_output.h>
|
|
-#include <X11/Xlib.h>
|
|
#include <Imlib2.h>
|
|
|
|
typedef struct {
|
|
@@ -315,7 +314,6 @@ zphoto_image_get_bitmap (const char* fil
|
|
*/
|
|
#ifdef HAVE_IMLIB2
|
|
|
|
-#include <X11/Xlib.h>
|
|
#include <Imlib2.h>
|
|
|
|
static Imlib_Image
|