summaryrefslogtreecommitdiffhomepage
path: root/src/parse.y
diff options
context:
space:
mode:
authorYukihiro Matsumoto <[email protected]>2012-07-13 00:24:44 +0900
committerYukihiro Matsumoto <[email protected]>2012-07-13 00:24:44 +0900
commitae2cd24afbf69e6e4c98ac8e642cb078e9d3750b (patch)
tree8313bc75eb549eed9ec80fd3a4b7b4f475fa1b71 /src/parse.y
parent9e64e753a227e85425c990283117129d3a5fd625 (diff)
downloadmruby-ae2cd24afbf69e6e4c98ac8e642cb078e9d3750b.tar.gz
mruby-ae2cd24afbf69e6e4c98ac8e642cb078e9d3750b.zip
remove st.h inclusion
Diffstat (limited to 'src/parse.y')
-rw-r--r--src/parse.y1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/parse.y b/src/parse.y
index fe8752ec2..292e60cfa 100644
--- a/src/parse.y
+++ b/src/parse.y
@@ -22,7 +22,6 @@
#include "mruby/compile.h"
#include "mruby/proc.h"
#include "node.h"
-#include "st.h"
#include <stdio.h>
#include <errno.h>