summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-06-24 10:05:05 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-06-24 10:05:05 +0900
commite88e7dc8db4ff129de6698727fd87904b67ed0e0 (patch)
treeccf19c5e37e6f9a9acb21f40c6b5b1b0db1efa87 /include/mruby.h
parent36e010cd758ecfae78582867cf7b40aa338d0d25 (diff)
downloadmruby-e88e7dc8db4ff129de6698727fd87904b67ed0e0.tar.gz
mruby-e88e7dc8db4ff129de6698727fd87904b67ed0e0.zip
remove deprecated.h
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/mruby.h b/include/mruby.h
index 69bb21704..1b792ce90 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -452,8 +452,6 @@ MRB_API void mrb_show_copyright(mrb_state *mrb);
MRB_API mrb_value mrb_format(mrb_state *mrb, const char *format, ...);
-#include "mruby/deprecated.h"
-
#if defined(__cplusplus)
} /* extern "C" { */
#endif