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 | |
parent | 761c8411711d22c899a0f58585286d26273347cc (diff) | |
download | fluxbox_pavel-df81e1f774934257e7f8a2031e71569f075cfbf3.zip fluxbox_pavel-df81e1f774934257e7f8a2031e71569f075cfbf3.tar.bz2 |
minor cosmetics
Diffstat (limited to 'util')
-rw-r--r-- | util/fbrun/FbRun.cc | 10 | ||||
-rw-r--r-- | util/fbrun/main.cc | 6 | ||||
-rw-r--r-- | util/fluxbox-update_configs.cc | 2 |
3 files changed, 9 insertions, 9 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" |
diff --git a/util/fbrun/main.cc b/util/fbrun/main.cc index 0bb8456..edb88ff 100644 --- a/util/fbrun/main.cc +++ b/util/fbrun/main.cc | |||
@@ -20,9 +20,9 @@ | |||
20 | // DEALINGS IN THE SOFTWARE. | 20 | // DEALINGS IN THE SOFTWARE. |
21 | 21 | ||
22 | #include "FbRun.hh" | 22 | #include "FbRun.hh" |
23 | #include "App.hh" | 23 | #include "FbTk/App.hh" |
24 | #include "StringUtil.hh" | 24 | #include "FbTk/StringUtil.hh" |
25 | #include "Color.hh" | 25 | #include "FbTk/Color.hh" |
26 | 26 | ||
27 | #ifdef XINERAMA | 27 | #ifdef XINERAMA |
28 | extern "C" { | 28 | extern "C" { |
diff --git a/util/fluxbox-update_configs.cc b/util/fluxbox-update_configs.cc index 96382da..77b3ff7 100644 --- a/util/fluxbox-update_configs.cc +++ b/util/fluxbox-update_configs.cc | |||
@@ -23,7 +23,7 @@ | |||
23 | #include "../src/FbTk/Resource.hh" | 23 | #include "../src/FbTk/Resource.hh" |
24 | #include "../src/FbTk/StringUtil.hh" | 24 | #include "../src/FbTk/StringUtil.hh" |
25 | 25 | ||
26 | #include "../src/defaults.hh" | 26 | #include "defaults.hh" |
27 | 27 | ||
28 | #ifdef HAVE_CONFIG_H | 28 | #ifdef HAVE_CONFIG_H |
29 | #include "config.h" | 29 | #include "config.h" |