move src/mdata.h to include/mruby/data.h

This commit is contained in:
Yukihiro Matsumoto
2012-04-20 17:18:30 +09:00
parent b2cf6e79c0
commit d1144220cb
7 changed files with 3 additions and 7 deletions
-1
View File
@@ -14,7 +14,6 @@
#include "ritehash.h"
#include "error.h"
#include "method.h"
#include "mdata.h"
#ifdef INCLUDE_REGEXP
#include "re.h"