reverted includes of "sway/config.h" and replaced with "config.h" from meson build

This commit is contained in:
Pascal Pascher 2018-07-25 13:32:20 +02:00
parent 79a45d4a40
commit f95cb9a7c1
11 changed files with 11 additions and 5 deletions

View file

@ -11,7 +11,7 @@
#include <wlr/types/wlr_idle.h>
#include "list.h"
#include "log.h"
#include "sway/config.h"
#include "config.h"
#include "sway/desktop.h"
#include "sway/desktop/transaction.h"
#include "sway/input/cursor.h"