From df81e1f774934257e7f8a2031e71569f075cfbf3 Mon Sep 17 00:00:00 2001 From: Mathias Gumz Date: Mon, 25 May 2009 08:04:41 +0200 Subject: minor cosmetics --- util/fbrun/FbRun.cc | 10 +++++----- util/fbrun/main.cc | 6 +++--- 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 @@ #include "FbRun.hh" -#include "App.hh" -#include "EventManager.hh" -#include "Color.hh" -#include "KeyUtil.hh" -#include "FileUtil.hh" +#include "FbTk/App.hh" +#include "FbTk/EventManager.hh" +#include "FbTk/Color.hh" +#include "FbTk/KeyUtil.hh" +#include "FbTk/FileUtil.hh" #ifdef HAVE_CONFIG_H #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 @@ // DEALINGS IN THE SOFTWARE. #include "FbRun.hh" -#include "App.hh" -#include "StringUtil.hh" -#include "Color.hh" +#include "FbTk/App.hh" +#include "FbTk/StringUtil.hh" +#include "FbTk/Color.hh" #ifdef XINERAMA 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 @@ #include "../src/FbTk/Resource.hh" #include "../src/FbTk/StringUtil.hh" -#include "../src/defaults.hh" +#include "defaults.hh" #ifdef HAVE_CONFIG_H #include "config.h" -- cgit v0.11.2