summaryrefslogtreecommitdiff
path: root/src/console
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-17 23:20:00 -0500
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2015-01-18 19:06:48 -0500
commita2341f6836da0a217ab0c5f2b82f0c4ea13d429d (patch)
tree480f8f6be4741650856e3df45cfac037eaf40828 /src/console
parent2695c5c44e028d1bc07404baf3357e5a6017fc57 (diff)
Move DEFINE_TRIVIAL_CLEANUP_FUNC to macro.h
This remove the need for various header files to include the (relatively heavyweight) util.h.
Diffstat (limited to 'src/console')
-rw-r--r--src/console/consoled.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/console/consoled.h b/src/console/consoled.h
index f8a3df4487..b0db610400 100644
--- a/src/console/consoled.h
+++ b/src/console/consoled.h
@@ -26,7 +26,6 @@
#include <libudev.h>
#include <stdlib.h>
#include "grdev.h"
-#include "hashmap.h"
#include "idev.h"
#include "list.h"
#include "macro.h"
@@ -36,7 +35,6 @@
#include "sysview.h"
#include "term.h"
#include "unifont.h"
-#include "util.h"
typedef struct Manager Manager;
typedef struct Session Session;