config.h maintenance (#1792)
The config header was full of legacy, no-longer-in-use defines. It was also included from multiple files where it was not necessary. This patch removes the unused defines, and cleans up headers so that only `ecma-globals.h` includes `config.h`. JerryScript-DCO-1.0-Signed-off-by: Akos Kiss akiss@inf.u-szeged.hu
This commit is contained in:
@@ -38,7 +38,6 @@
|
||||
|
||||
#include <math.h>
|
||||
|
||||
#include "config.h"
|
||||
#include "ecma-helpers.h"
|
||||
|
||||
/** \addtogroup ecma ECMA
|
||||
|
||||
Reference in New Issue
Block a user