summaryrefslogtreecommitdiffhomepage
path: root/src/debug.c
diff options
context:
space:
mode:
authordearblue <[email protected]>2021-07-09 23:20:30 +0900
committerdearblue <[email protected]>2021-07-09 23:20:30 +0900
commita7e41c74de13d1da2c199f3f405a6af96af81de6 (patch)
treeeea7ed67d9d010dfb81360525ddd73facf5a0e51 /src/debug.c
parent93cce94e0601cb10548e85e59e87f529ebdeb617 (diff)
downloadmruby-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.c1
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>