all repos — fluxbox @ df81e1f774934257e7f8a2031e71569f075cfbf3

custom fork of the fluxbox windowmanager

minor cosmetics
Mathias Gumz akira at fluxbox dot org
commit

df81e1f774934257e7f8a2031e71569f075cfbf3

parent

761c8411711d22c899a0f58585286d26273347cc

3 files changed, 9 insertions(+), 9 deletions(-)

jump to
M util/fbrun/FbRun.ccutil/fbrun/FbRun.cc

@@ -21,11 +21,11 @@ // DEALINGS IN THE SOFTWARE.

#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"
M util/fbrun/main.ccutil/fbrun/main.cc

@@ -20,9 +20,9 @@ // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER

// 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" {
M util/fluxbox-update_configs.ccutil/fluxbox-update_configs.cc

@@ -23,7 +23,7 @@ #include "../src/FbTk/I18n.hh"

#include "../src/FbTk/Resource.hh" #include "../src/FbTk/StringUtil.hh" -#include "../src/defaults.hh" +#include "defaults.hh" #ifdef HAVE_CONFIG_H #include "config.h"