diff options
| author | Masaki Muranaka <[email protected]> | 2013-03-29 10:22:31 +0900 |
|---|---|---|
| committer | Masaki Muranaka <[email protected]> | 2013-03-29 10:22:31 +0900 |
| commit | 2b5b161f8bac79fe8241e18b78c4ddbb30179699 (patch) | |
| tree | c47db66561d6aa2071b17f0d16c0df73072a245f /src/pool.c | |
| parent | a01e968cdbb940dba24ee95ba0129396c39e9fe7 (diff) | |
| download | mruby-2b5b161f8bac79fe8241e18b78c4ddbb30179699.tar.gz mruby-2b5b161f8bac79fe8241e18b78c4ddbb30179699.zip | |
Sort include files. Some redundant includes are removed.
Diffstat (limited to 'src/pool.c')
| -rw-r--r-- | src/pool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pool.c b/src/pool.c index d775669a5..77ac8a69f 100644 --- a/src/pool.c +++ b/src/pool.c @@ -4,9 +4,9 @@ ** See Copyright Notice in mruby.h */ -#include "mruby.h" #include <stddef.h> #include <string.h> +#include "mruby.h" /* configuration section */ /* allocated memory address should be multiple of POOL_ALIGNMENT */ |
