summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Frank <flori@ping.de>2011-11-28 11:42:32 +0100
committerFlorian Frank <flori@ping.de>2011-11-28 11:42:32 +0100
commit1f9ce918db77bf37215e6fa77f437446dc008a92 (patch)
tree51d86698b59e92420347c09e53b1b6f45c01e0ab
parent9424b65371c9ef601837fae5688e46bad5cd7f76 (diff)
downloadjson-1f9ce918db77bf37215e6fa77f437446dc008a92.tar.gz
Move fbuffer in its own directory
-rw-r--r--ext/json/ext/fbuffer/fbuffer.h (renamed from ext/json/ext/fbuffer.h)0
-rw-r--r--ext/json/ext/generator/generator.c2
-rw-r--r--ext/json/ext/parser/parser.c2
-rw-r--r--ext/json/ext/parser/parser.rl2
4 files changed, 3 insertions, 3 deletions
diff --git a/ext/json/ext/fbuffer.h b/ext/json/ext/fbuffer/fbuffer.h
index 7d1dad7..7d1dad7 100644
--- a/ext/json/ext/fbuffer.h
+++ b/ext/json/ext/fbuffer/fbuffer.h
diff --git a/ext/json/ext/generator/generator.c b/ext/json/ext/generator/generator.c
index 2f768ac..21fef2b 100644
--- a/ext/json/ext/generator/generator.c
+++ b/ext/json/ext/generator/generator.c
@@ -1,4 +1,4 @@
-#include "../fbuffer.h"
+#include "../fbuffer/fbuffer.h"
#include "generator.h"
#ifdef HAVE_RUBY_ENCODING_H
diff --git a/ext/json/ext/parser/parser.c b/ext/json/ext/parser/parser.c
index 067aef4..7d6092f 100644
--- a/ext/json/ext/parser/parser.c
+++ b/ext/json/ext/parser/parser.c
@@ -1,6 +1,6 @@
#line 1 "parser.rl"
-#include "../fbuffer.h"
+#include "../fbuffer/fbuffer.h"
#include "parser.h"
/* unicode */
diff --git a/ext/json/ext/parser/parser.rl b/ext/json/ext/parser/parser.rl
index d9ae84c..c91b4b0 100644
--- a/ext/json/ext/parser/parser.rl
+++ b/ext/json/ext/parser/parser.rl
@@ -1,4 +1,4 @@
-#include "../fbuffer.h"
+#include "../fbuffer/fbuffer.h"
#include "parser.h"
/* unicode */