summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Tiefenbruck <mark@fluxbox.org>2009-02-24 22:22:18 (GMT)
committerMark Tiefenbruck <mark@fluxbox.org>2009-02-24 22:22:18 (GMT)
commite7700166604d737ff23427877100c8888c761494 (patch)
tree3f9c77911d905ec60e72eecad701e173030aacf2
parent4e831484d55398e5c328aeb531060ffaf997f300 (diff)
downloadfluxbox_lack-e7700166604d737ff23427877100c8888c761494.zip
fluxbox_lack-e7700166604d737ff23427877100c8888c761494.tar.bz2
remove unnecessary xpm.h include in imlib code
-rw-r--r--src/FbTk/ImageImlib2.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/FbTk/ImageImlib2.cc b/src/FbTk/ImageImlib2.cc
index f8941be..9983604 100644
--- a/src/FbTk/ImageImlib2.cc
+++ b/src/FbTk/ImageImlib2.cc
@@ -24,8 +24,6 @@
24#include "App.hh" 24#include "App.hh"
25#include "PixmapWithMask.hh" 25#include "PixmapWithMask.hh"
26 26
27#include <X11/xpm.h>
28
29#include <Imlib2.h> 27#include <Imlib2.h>
30#include <map> 28#include <map>
31#include <iostream> 29#include <iostream>