blob: 7802785094fc9c4105d1a7f4d2f72d5add90227b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
$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
|