Reorganize includes

This commit is contained in:
Drew DeVault 2016-09-01 08:18:37 -04:00
parent 729fdf7d91
commit 416417a54c
50 changed files with 146 additions and 154 deletions

View file

@ -1,13 +1,12 @@
#include <wlc/wlc.h>
#include "focus.h"
#include "sway/focus.h"
#include "sway/workspace.h"
#include "sway/layout.h"
#include "sway/config.h"
#include "sway/input_state.h"
#include "sway/ipc-server.h"
#include "sway/border.h"
#include "log.h"
#include "workspace.h"
#include "layout.h"
#include "config.h"
#include "input_state.h"
#include "ipc-server.h"
#include "border.h"
bool locked_container_focus = false;
bool suspend_workspace_cleanup = false;