summaryrefslogtreecommitdiff
path: root/rnn
diff options
context:
space:
mode:
authorRoy Spliet <rspliet@eclipso.eu>2015-12-08 20:53:33 +0000
committerRoy Spliet <rspliet@eclipso.eu>2015-12-08 20:54:06 +0000
commitefea9aaf8d60813cd643ef0bbc1c8d20fbd2e32e (patch)
treedf92de06d7cbb1aa7ac2c0d69e8026c222d62330 /rnn
parentddcd223f74b58418dc2d4ac3eeac906b29d0633b (diff)
rnn/seq: Forward declare, don't include
Forgot to fold this patch into the previous, whoops... Signed-off-by: Roy Spliet <rspliet@eclipso.eu>
Diffstat (limited to 'rnn')
-rw-r--r--rnn/seq.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rnn/seq.h b/rnn/seq.h
index 5b59e4cd..66c445bc 100644
--- a/rnn/seq.h
+++ b/rnn/seq.h
@@ -25,8 +25,8 @@
#ifndef SEQ_H
#define SEQ_H
-#include "rnn.h"
-#include "rnndec.h"
+struct rnndomain;
+struct rnndeccontext;
/**
* Print a SEQ script to stdout in human-readable format.