diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2009-02-24 22:22:18 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2009-02-24 22:22:18 (GMT) |
commit | e7700166604d737ff23427877100c8888c761494 (patch) | |
tree | 3f9c77911d905ec60e72eecad701e173030aacf2 | |
parent | 4e831484d55398e5c328aeb531060ffaf997f300 (diff) | |
download | fluxbox-e7700166604d737ff23427877100c8888c761494.zip fluxbox-e7700166604d737ff23427877100c8888c761494.tar.bz2 |
remove unnecessary xpm.h include in imlib code
-rw-r--r-- | src/FbTk/ImageImlib2.cc | 2 |
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> |