diff options
author | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-30 06:44:11 (GMT) |
---|---|---|
committer | Mark Tiefenbruck <mark@fluxbox.org> | 2007-12-30 06:44:11 (GMT) |
commit | 4cc810b0d39917d37fa08034ac7dd509292c9ce3 (patch) | |
tree | 88c04dae96cda14478872c7aa34861c2f977ecb2 /src/FbTk/TextureRender.hh | |
parent | de6d340ba3a1a64ee46e6562d0bdab062cb92a1e (diff) | |
download | fluxbox_pavel-4cc810b0d39917d37fa08034ac7dd509292c9ce3.zip fluxbox_pavel-4cc810b0d39917d37fa08034ac7dd509292c9ce3.tar.bz2 |
remove some (hopefully) unneeded header includes
Diffstat (limited to 'src/FbTk/TextureRender.hh')
-rw-r--r-- | src/FbTk/TextureRender.hh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/FbTk/TextureRender.hh b/src/FbTk/TextureRender.hh index 7f796b7..2c01ae0 100644 --- a/src/FbTk/TextureRender.hh +++ b/src/FbTk/TextureRender.hh | |||
@@ -27,15 +27,15 @@ | |||
27 | #ifndef FBTK_TEXTURRENDER_HH | 27 | #ifndef FBTK_TEXTURRENDER_HH |
28 | #define FBTK_TEXTURRENDER_HH | 28 | #define FBTK_TEXTURRENDER_HH |
29 | 29 | ||
30 | #include "Texture.hh" | ||
31 | #include "Text.hh" | 30 | #include "Text.hh" |
32 | 31 | ||
33 | #include <X11/Xlib.h> | 32 | #include <X11/Xlib.h> |
34 | 33 | ||
35 | namespace FbTk { | 34 | namespace FbTk { |
36 | 35 | ||
36 | class Color; | ||
37 | class ImageControl; | 37 | class ImageControl; |
38 | 38 | class Texture; | |
39 | 39 | ||
40 | /// Renders texture to pixmap | 40 | /// Renders texture to pixmap |
41 | /** | 41 | /** |