diff options
author | fluxgen <fluxgen> | 2003-08-16 12:04:12 (GMT) |
---|---|---|
committer | fluxgen <fluxgen> | 2003-08-16 12:04:12 (GMT) |
commit | 247d68bbf1bd408fee456bc8045aab5b24717f6a (patch) | |
tree | 72d65628b1fd96ff3db079344130c307d34b59b3 /src/IconButton.cc | |
parent | a1df5f7d15ba2c3b74f38897c8b073ac608115f5 (diff) | |
download | fluxbox-247d68bbf1bd408fee456bc8045aab5b24717f6a.zip fluxbox-247d68bbf1bd408fee456bc8045aab5b24717f6a.tar.bz2 |
minor cleaning
Diffstat (limited to 'src/IconButton.cc')
-rw-r--r-- | src/IconButton.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/IconButton.cc b/src/IconButton.cc index d455880..ce4719a 100644 --- a/src/IconButton.cc +++ b/src/IconButton.cc | |||
@@ -20,14 +20,13 @@ | |||
20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 20 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
21 | // DEALINGS IN THE SOFTWARE. | 21 | // DEALINGS IN THE SOFTWARE. |
22 | 22 | ||
23 | // $Id: IconButton.cc,v 1.4 2003/08/13 10:03:45 fluxgen Exp $ | 23 | // $Id: IconButton.cc,v 1.5 2003/08/16 12:04:12 fluxgen Exp $ |
24 | 24 | ||
25 | #include "IconButton.hh" | 25 | #include "IconButton.hh" |
26 | 26 | ||
27 | #include "FbTk/App.hh" | 27 | #include "FbTk/App.hh" |
28 | #include "FbTk/EventManager.hh" | 28 | #include "FbTk/EventManager.hh" |
29 | 29 | ||
30 | #include "IconButtonTheme.hh" | ||
31 | #include "Window.hh" | 30 | #include "Window.hh" |
32 | #include "WinClient.hh" | 31 | #include "WinClient.hh" |
33 | #include "SimpleCommand.hh" | 32 | #include "SimpleCommand.hh" |