From 3705bf19d0d27ae4213806e3ad9216623cf383a9 Mon Sep 17 00:00:00 2001 From: Akos Kiss Date: Tue, 2 May 2017 08:44:57 +0200 Subject: `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 --- jerry-core/ecma/base/ecma-helpers-errol.c | 1 - 1 file changed, 1 deletion(-) (limited to 'jerry-core/ecma/base/ecma-helpers-errol.c') diff --git a/jerry-core/ecma/base/ecma-helpers-errol.c b/jerry-core/ecma/base/ecma-helpers-errol.c index 4efcc9d7..5da88489 100644 --- a/jerry-core/ecma/base/ecma-helpers-errol.c +++ b/jerry-core/ecma/base/ecma-helpers-errol.c @@ -38,7 +38,6 @@ #include -#include "config.h" #include "ecma-helpers.h" /** \addtogroup ecma ECMA -- cgit v1.2.3