diff options
| author | Yukihiro Matsumoto <[email protected]> | 2012-07-13 00:24:44 +0900 |
|---|---|---|
| committer | Yukihiro Matsumoto <[email protected]> | 2012-07-13 00:24:44 +0900 |
| commit | ae2cd24afbf69e6e4c98ac8e642cb078e9d3750b (patch) | |
| tree | 8313bc75eb549eed9ec80fd3a4b7b4f475fa1b71 /src/variable.c | |
| parent | 9e64e753a227e85425c990283117129d3a5fd625 (diff) | |
| download | mruby-ae2cd24afbf69e6e4c98ac8e642cb078e9d3750b.tar.gz mruby-ae2cd24afbf69e6e4c98ac8e642cb078e9d3750b.zip | |
remove st.h inclusion
Diffstat (limited to 'src/variable.c')
| -rw-r--r-- | src/variable.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/variable.c b/src/variable.c index e785d56b7..33c9c0249 100644 --- a/src/variable.c +++ b/src/variable.c @@ -16,7 +16,6 @@ #ifdef ENABLE_REGEXP #include "re.h" -#include "st.h" #endif static void |
