minor cosmetics
This commit is contained in:
parent
761c841171
commit
df81e1f774
3 changed files with 9 additions and 9 deletions
|
@ -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"
|
||||
|
|
|
@ -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" {
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue