Fix urgent timer logic and remove unnecessary header includes

This commit is contained in:
Ryan Dwyer 2018-07-21 10:27:40 +10:00
parent c2ed3d8bd6
commit 37b33f92e8
2 changed files with 10 additions and 11 deletions

View file

@ -1,10 +1,5 @@
#include "log.h"
#include "sway/commands.h"
#include "sway/config.h"
#include "sway/tree/arrange.h"
#include "sway/tree/container.h"
#include "sway/tree/view.h"
#include "sway/tree/layout.h"
struct cmd_results *cmd_force_display_urgency_hint(int argc, char **argv) {
struct cmd_results *error = NULL;