aboutsummaryrefslogtreecommitdiff
path: root/src/ToolFactory.cc
diff options
context:
space:
mode:
authorMathias Gumz <akira at fluxbox dot org>2008-01-02 21:44:16 (GMT)
committerMathias Gumz <akira at fluxbox dot org>2008-01-02 21:44:16 (GMT)
commitb73411a95ffadf8d5c98429b49b08f86071b11dc (patch)
tree0f25b203d2b52dbd44775e3c4889ca662c040098 /src/ToolFactory.cc
parentd24e2aae6ed435d045990b6e3ce95de2df629be7 (diff)
downloadfluxbox-b73411a95ffadf8d5c98429b49b08f86071b11dc.zip
fluxbox-b73411a95ffadf8d5c98429b49b08f86071b11dc.tar.bz2
moved seldom used code to where it is actually used, no need to include code into compilation when its not needed
Diffstat (limited to 'src/ToolFactory.cc')
-rw-r--r--src/ToolFactory.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ToolFactory.cc b/src/ToolFactory.cc
index 35bdf75..1a1d8d7 100644
--- a/src/ToolFactory.cc
+++ b/src/ToolFactory.cc
@@ -41,8 +41,6 @@
41#include "Toolbar.hh" 41#include "Toolbar.hh"
42#include "fluxbox.hh" 42#include "fluxbox.hh"
43 43
44#include "FbTk/FbWindow.hh"
45
46#include <utility> 44#include <utility>
47 45
48namespace { 46namespace {