diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-27 16:40:05 +0900 |
|---|---|---|
| committer | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-02-27 16:40:05 +0900 |
| commit | 4dbbe141173d0869260cf5def516adcb7226d9b5 (patch) | |
| tree | b34852b5b749fca6e799d3ce5c127be2b394f0f6 /src | |
| parent | 3da372b30fc7996222851b265754f1213742ec90 (diff) | |
| download | mruby-4dbbe141173d0869260cf5def516adcb7226d9b5.tar.gz mruby-4dbbe141173d0869260cf5def516adcb7226d9b5.zip | |
state.c: remove `stdint.h` inclusion.
Fixes C++03 compilation.
Diffstat (limited to 'src')
| -rw-r--r-- | src/state.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state.c b/src/state.c index d3be618f1..0ba6db6ce 100644 --- a/src/state.c +++ b/src/state.c @@ -4,7 +4,6 @@ ** See Copyright Notice in mruby.h */ -#include <stdint.h> #include <stdlib.h> #include <string.h> #include <mruby.h> |
