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:
alisdair sullivan 2011-08-16 22:45:32 -07:00
parent 6d6d61a817
commit 6234e4a986
12 changed files with 15 additions and 15 deletions

View file

@ -34,7 +34,7 @@
-export([format/1, format/2]).
-include("jsx_common.hrl").
-include("../include/jsx_common.hrl").
-spec parser() -> jsx_decoder().