diff options
author | Mathias Gumz <akira at fluxbox dot org> | 2009-05-25 06:04:41 (GMT) |
---|---|---|
committer | Mathias Gumz <akira at fluxbox dot org> | 2009-05-25 06:04:41 (GMT) |
commit | df81e1f774934257e7f8a2031e71569f075cfbf3 (patch) | |
tree | 2a7cd9e1bd59f7fc07d79e33302a1363d0f57d51 /util/fbrun/FbRun.cc | |
parent | 761c8411711d22c899a0f58585286d26273347cc (diff) | |
download | fluxbox_pavel-df81e1f774934257e7f8a2031e71569f075cfbf3.zip fluxbox_pavel-df81e1f774934257e7f8a2031e71569f075cfbf3.tar.bz2 |
minor cosmetics
Diffstat (limited to 'util/fbrun/FbRun.cc')
-rw-r--r-- | util/fbrun/FbRun.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/util/fbrun/FbRun.cc b/util/fbrun/FbRun.cc index f98a02e..3bf83aa 100644 --- a/util/fbrun/FbRun.cc +++ b/util/fbrun/FbRun.cc | |||
@@ -21,11 +21,11 @@ | |||
21 | 21 | ||
22 | #include "FbRun.hh" | 22 | #include "FbRun.hh" |
23 | 23 | ||
24 | #include "App.hh" | 24 | #include "FbTk/App.hh" |
25 | #include "EventManager.hh" | 25 | #include "FbTk/EventManager.hh" |
26 | #include "Color.hh" | 26 | #include "FbTk/Color.hh" |
27 | #include "KeyUtil.hh" | 27 | #include "FbTk/KeyUtil.hh" |
28 | #include "FileUtil.hh" | 28 | #include "FbTk/FileUtil.hh" |
29 | 29 | ||
30 | #ifdef HAVE_CONFIG_H | 30 | #ifdef HAVE_CONFIG_H |
31 | #include "config.h" | 31 | #include "config.h" |