moves headers back to include dir so include_lib works. except jsx_format.hrl, because jsx_format needs a full rewrite
This commit is contained in:
parent
6d6d61a817
commit
6234e4a986
12 changed files with 15 additions and 15 deletions
|
@ -26,8 +26,8 @@
|
|||
|
||||
-define(utf16, true).
|
||||
|
||||
-include("jsx_common.hrl").
|
||||
-include("jsx_decoder.hrl").
|
||||
-include("../include/jsx_common.hrl").
|
||||
-include("../include/jsx_decoder.hrl").
|
||||
|
||||
%% i've noticed you've noticed that there's no source here. very astute. see
|
||||
%% jsx_decoder_template.hrl in the include directory. any mofications to this
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue