summaryrefslogtreecommitdiffhomepage
path: root/mrbgems/mruby-bin-strip
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2015-11-27 17:48:23 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2015-11-27 17:48:23 +0900
commit5c405dea3d3e26f62877959c75a50fbaf1ece6a4 (patch)
treec8e3a94720c3f6baf2df44fd12dc1fdd6c302eb9 /mrbgems/mruby-bin-strip
parent2e0519de8991de2a59a0552e95a906cfada3e1e7 (diff)
downloadmruby-5c405dea3d3e26f62877959c75a50fbaf1ece6a4.tar.gz
mruby-5c405dea3d3e26f62877959c75a50fbaf1ece6a4.zip
include changed from by quotes ("") to by brackets (<>); close #3032
Diffstat (limited to 'mrbgems/mruby-bin-strip')
-rw-r--r--mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c b/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c
index 0529d3938..1fd2bc5eb 100644
--- a/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c
+++ b/mrbgems/mruby-bin-strip/tools/mruby-strip/mruby-strip.c
@@ -1,9 +1,9 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include "mruby.h"
-#include "mruby/irep.h"
-#include "mruby/dump.h"
+#include <mruby.h>
+#include <mruby/irep.h>
+#include <mruby/dump.h>
struct strip_args {
int argc_start;