aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runes.h')
-rw-r--r--src/runes.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/runes.h b/src/runes.h
index 5bc91d4..62f4536 100644
--- a/src/runes.h
+++ b/src/runes.h
@@ -1,11 +1,6 @@
#ifndef _RUNES_H
#define _RUNES_H
-#include <cairo.h>
-#include <pango/pangocairo.h>
-#include <uv.h>
-#include <vt100.h>
-
#define RUNES_READ_BUFFER_LENGTH 4096
struct runes_term;
@@ -36,6 +31,4 @@ typedef struct runes_loop_data RunesLoopData;
#include "term.h"
-#define UNUSED(x) ((void)x)
-
#endif