diff options
author | rathnor <rathnor> | 2004-01-13 12:55:25 (GMT) |
---|---|---|
committer | rathnor <rathnor> | 2004-01-13 12:55:25 (GMT) |
commit | 9475d7bc8226e58a86dd90f01c56c6e0e96a4969 (patch) | |
tree | 9c8eaf1a263998eea570acc115012bb6877f3485 | |
parent | abf2bd26e35d92cd5409ff59476dc832851adfb2 (diff) | |
download | fluxbox-9475d7bc8226e58a86dd90f01c56c6e0e96a4969.zip fluxbox-9475d7bc8226e58a86dd90f01c56c6e0e96a4969.tar.bz2 |
little include fix
-rw-r--r-- | src/fluxbox.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/fluxbox.cc b/src/fluxbox.cc index b08c38b..163caed 100644 --- a/src/fluxbox.cc +++ b/src/fluxbox.cc | |||
@@ -22,7 +22,7 @@ | |||
22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | 22 | // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER |
23 | // DEALINGS IN THE SOFTWARE. | 23 | // DEALINGS IN THE SOFTWARE. |
24 | 24 | ||
25 | // $Id: fluxbox.cc,v 1.220 2004/01/11 16:10:51 fluxgen Exp $ | 25 | // $Id: fluxbox.cc,v 1.221 2004/01/13 12:55:25 rathnor Exp $ |
26 | 26 | ||
27 | #include "fluxbox.hh" | 27 | #include "fluxbox.hh" |
28 | 28 | ||
@@ -43,6 +43,7 @@ | |||
43 | #include "FbTk/EventManager.hh" | 43 | #include "FbTk/EventManager.hh" |
44 | #include "FbTk/StringUtil.hh" | 44 | #include "FbTk/StringUtil.hh" |
45 | #include "FbTk/Resource.hh" | 45 | #include "FbTk/Resource.hh" |
46 | #include "FbTk/SimpleCommand.hh" | ||
46 | #include "FbTk/XrmDatabaseHelper.hh" | 47 | #include "FbTk/XrmDatabaseHelper.hh" |
47 | #include "FbTk/Command.hh" | 48 | #include "FbTk/Command.hh" |
48 | #include "FbTk/RefCount.hh" | 49 | #include "FbTk/RefCount.hh" |