mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Remove unused #include in complex.c and rational.c
This commit is contained in:
@@ -19,8 +19,6 @@ struct mrb_complex {
|
||||
mrb_float imaginary;
|
||||
};
|
||||
|
||||
#include <mruby/istruct.h>
|
||||
|
||||
#if defined(MRB_32BIT) && !defined(MRB_USE_FLOAT32)
|
||||
|
||||
struct RComplex {
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
#include <mruby.h>
|
||||
#include <mruby/class.h>
|
||||
#include <mruby/string.h>
|
||||
#include <mruby/numeric.h>
|
||||
#include <mruby/presym.h>
|
||||
|
||||
@@ -9,8 +8,6 @@ struct mrb_rational {
|
||||
mrb_int denominator;
|
||||
};
|
||||
|
||||
#include <mruby/istruct.h>
|
||||
|
||||
#if defined(MRB_INT64) && defined(MRB_32BIT)
|
||||
struct RRational {
|
||||
MRB_OBJECT_HEADER;
|
||||
|
||||
Reference in New Issue
Block a user