aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-07 18:20:50 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-07 18:20:50 -0400
commit1b56c9340343dac2f59d8d39cee11c70cb4c7f7c (patch)
tree02bd6995d1b786e68b296ee3ee4c46192dfc0932 /src/runes.h
parentd04ca06959d29b970da17ca72a2827aef81e78bd (diff)
downloadrunes-1b56c9340343dac2f59d8d39cee11c70cb4c7f7c.tar.gz
runes-1b56c9340343dac2f59d8d39cee11c70cb4c7f7c.zip
be a bit more explicit about dependencies between modules
Diffstat (limited to 'src/runes.h')
-rw-r--r--src/runes.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/runes.h b/src/runes.h
index c006c7c..5be7e78 100644
--- a/src/runes.h
+++ b/src/runes.h
@@ -18,15 +18,6 @@ typedef struct runes_loop RunesLoop;
typedef struct runes_socket RunesSocket;
#include "util.h"
-
-#include "loop.h"
-
-#include "window-xlib.h"
-#include "pty-unix.h"
-
-#include "config.h"
-#include "display.h"
-
#include "term.h"
#endif