summaryrefslogtreecommitdiff
path: root/ext/json/ext/parser
diff options
context:
space:
mode:
Diffstat (limited to 'ext/json/ext/parser')
l---------ext/json/ext/parser/fbuffer.h1
-rw-r--r--ext/json/ext/parser/parser.c2
-rw-r--r--ext/json/ext/parser/parser.rl2
3 files changed, 2 insertions, 3 deletions
diff --git a/ext/json/ext/parser/fbuffer.h b/ext/json/ext/parser/fbuffer.h
deleted file mode 120000
index d29509f..0000000
--- a/ext/json/ext/parser/fbuffer.h
+++ /dev/null
@@ -1 +0,0 @@
-../generator/fbuffer.h \ No newline at end of file
diff --git a/ext/json/ext/parser/parser.c b/ext/json/ext/parser/parser.c
index 5e4b2b6..067aef4 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.h"
#include "parser.h"
/* unicode */
diff --git a/ext/json/ext/parser/parser.rl b/ext/json/ext/parser/parser.rl
index f0c3b8e..d9ae84c 100644
--- a/ext/json/ext/parser/parser.rl
+++ b/ext/json/ext/parser/parser.rl
@@ -1,4 +1,4 @@
-#include "fbuffer.h"
+#include "../fbuffer.h"
#include "parser.h"
/* unicode */