remove top-level default include
This commit is contained in:
parent
8a912926ec
commit
fa7fbb3554
3 changed files with 2 additions and 1 deletions
|
|
@ -49,7 +49,6 @@
|
||||||
//--------------------tricky special Include sequence
|
//--------------------tricky special Include sequence
|
||||||
|
|
||||||
#include "lib/error.hpp"
|
#include "lib/error.hpp"
|
||||||
#include "lib/util.hpp"
|
|
||||||
|
|
||||||
|
|
||||||
#ifdef ENABLE_NLS
|
#ifdef ENABLE_NLS
|
||||||
|
|
|
||||||
|
|
@ -30,6 +30,7 @@
|
||||||
#include "gui/workspace/ui-manager.hpp"
|
#include "gui/workspace/ui-manager.hpp"
|
||||||
#include "gui/workspace/window-list.hpp"
|
#include "gui/workspace/window-list.hpp"
|
||||||
#include "gui/workspace/workspace-window.hpp"
|
#include "gui/workspace/workspace-window.hpp"
|
||||||
|
#include "lib/util.hpp"
|
||||||
|
|
||||||
#include <memory>
|
#include <memory>
|
||||||
#include <list>
|
#include <list>
|
||||||
|
|
|
||||||
|
|
@ -154,6 +154,7 @@
|
||||||
|
|
||||||
#include "lib/error.hpp"
|
#include "lib/error.hpp"
|
||||||
#include "lib/meta/duck-detector.hpp"
|
#include "lib/meta/duck-detector.hpp"
|
||||||
|
#include "lib/util.hpp"
|
||||||
|
|
||||||
#include <boost/utility/enable_if.hpp>
|
#include <boost/utility/enable_if.hpp>
|
||||||
#include <boost/static_assert.hpp>
|
#include <boost/static_assert.hpp>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue