aboutsummaryrefslogtreecommitdiff
path: root/src/json-lex.l
diff options
context:
space:
mode:
Diffstat (limited to 'src/json-lex.l')
-rw-r--r--src/json-lex.l3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/json-lex.l b/src/json-lex.l
index 1ab6f74..169cf32 100644
--- a/src/json-lex.l
+++ b/src/json-lex.l
@@ -23,9 +23,8 @@
along with Grecs. If not, see <http://www.gnu.org/licenses/>. */
#include "grecs.h"
-#include <grecs-locus.h>
#include "json-gram.h"
-#include "json.h"
+#include "grecs/json.h"
static char const *input_ptr;
static size_t input_size;

Return to:

Send suggestions and report system problems to the System administrator.