Remove wlc includes

This commit is contained in:
emersion 2017-12-05 18:21:48 +01:00
parent 90f7f1a0e6
commit 7e81d304a3
No known key found for this signature in database
GPG Key ID: 0FDE7BE0E88F5E48
1 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
#include <libinput.h>
#include <stdint.h>
#include <wlc/geometry.h>
#include <wlc/wlc.h>
#include <string.h>
#include <wlr/types/wlr_box.h>
#include <xkbcommon/xkbcommon.h>
#include <time.h>
#include "list.h"
@ -68,7 +68,7 @@ struct input_config {
int tap;
bool capturable;
struct wlc_geometry region;
struct wlr_box region;
};
/**