diff options
| author | mattn <[email protected]> | 2013-02-15 04:38:27 +0900 |
|---|---|---|
| committer | mattn <[email protected]> | 2013-02-15 04:38:27 +0900 |
| commit | b1a5146ea8f8665df5edf2b26dcadc028d7929f7 (patch) | |
| tree | 0712ef0ebbc5254528c7eaad88b8535f58607db0 /src/sprintf.c | |
| parent | 8578cd622ba6644a0421bcb35e44e0f7b2927a54 (diff) | |
| download | mruby-b1a5146ea8f8665df5edf2b26dcadc028d7929f7.tar.gz mruby-b1a5146ea8f8665df5edf2b26dcadc028d7929f7.zip | |
Pluggable Regexp
Diffstat (limited to 'src/sprintf.c')
| -rw-r--r-- | src/sprintf.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sprintf.c b/src/sprintf.c index 750b17d25..905182147 100644 --- a/src/sprintf.c +++ b/src/sprintf.c @@ -10,7 +10,6 @@ #include <stdio.h> #include <string.h> -#include "encoding.h" #include "mruby/string.h" #include "mruby/hash.h" #include "mruby/numeric.h" |
