aboutsummaryrefslogtreecommitdiffstats
path: root/src/runes.h
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-05-07 19:33:29 -0400
committerJesse Luehrs <doy@tozt.net>2016-05-07 19:41:52 -0400
commitf1537fd8bcd565ff144335a36bc87d3fd834da07 (patch)
treeb6e45a191616bd5987062b1b3f950bff455025bc /src/runes.h
parent36fb7cdd3d7a1b8f522ebf84e60cacb9350b20c2 (diff)
downloadrunes-f1537fd8bcd565ff144335a36bc87d3fd834da07.tar.gz
runes-f1537fd8bcd565ff144335a36bc87d3fd834da07.zip
stop including term.h in runes.h
Diffstat (limited to 'src/runes.h')
-rw-r--r--src/runes.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/runes.h b/src/runes.h
index 5be7e78..a5ed4a4 100644
--- a/src/runes.h
+++ b/src/runes.h
@@ -18,6 +18,5 @@ typedef struct runes_loop RunesLoop;
typedef struct runes_socket RunesSocket;
#include "util.h"
-#include "term.h"
#endif