summaryrefslogtreecommitdiffstats
path: root/ds9/parsers/minmaxsendparser.tac
diff options
context:
space:
mode:
Diffstat (limited to 'ds9/parsers/minmaxsendparser.tac')
-rw-r--r--ds9/parsers/minmaxsendparser.tac4
1 files changed, 0 insertions, 4 deletions
diff --git a/ds9/parsers/minmaxsendparser.tac b/ds9/parsers/minmaxsendparser.tac
index 3ca9879..2d0e2a1 100644
--- a/ds9/parsers/minmaxsendparser.tac
+++ b/ds9/parsers/minmaxsendparser.tac
@@ -1,8 +1,6 @@
%{
%}
-#include numeric.tin
-
%start minmaxsend
%token INTERVAL_
@@ -10,8 +8,6 @@
%%
-#include numeric.trl
-
minmaxsend : {ProcessSendCmdGet minmax mode}
| MODE_ {ProcessSendCmdGet minmax mode}
| INTERVAL_ {ProcessSendCmdGet minmax sample}