diff options
| author | dearblue <[email protected]> | 2021-07-09 23:20:30 +0900 |
|---|---|---|
| committer | dearblue <[email protected]> | 2021-07-09 23:20:30 +0900 |
| commit | a7e41c74de13d1da2c199f3f405a6af96af81de6 (patch) | |
| tree | eea7ed67d9d010dfb81360525ddd73facf5a0e51 /src/debug.c | |
| parent | 93cce94e0601cb10548e85e59e87f529ebdeb617 (diff) | |
| download | mruby-a7e41c74de13d1da2c199f3f405a6af96af81de6.tar.gz mruby-a7e41c74de13d1da2c199f3f405a6af96af81de6.zip | |
Do not include `stdint.h` before `mruby.h`
Diffstat (limited to 'src/debug.c')
| -rw-r--r-- | src/debug.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/debug.c b/src/debug.c index 96c58ed8d..203dcf981 100644 --- a/src/debug.c +++ b/src/debug.c @@ -1,4 +1,3 @@ -#include <stdint.h> #include <string.h> #include <mruby.h> #include <mruby/irep.h> |
