Remove inclusion of std headers to our headers; move fatal from src/error.h to src/libjsparser/parser.c.

This commit is contained in:
Ruben Ayrapetyan
2014-07-10 17:10:50 +04:00
parent c132f6aa3c
commit 76e579d4e1
17 changed files with 263 additions and 476 deletions
+1 -1
View File
@@ -16,7 +16,7 @@
#ifndef PARSER_H
#define PARSER_H
#include "mappings.h"
#include "globals.h"
struct source_element_list;
struct statement_list;