From 1f8032ddbcec6e40914e3ca70f530d3e75dd3cfa Mon Sep 17 00:00:00 2001 From: Artjoms Rimdjonoks Date: Thu, 17 Feb 2022 09:39:44 +0200 Subject: .......... [DEV-2064] moved corresponding headers includes first in the includes list (libs folder) (cherry picked from commit 135765dc3e9a5f85af765a18008b18bd5770126b) --- create/bin/gen_schema.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create') diff --git a/create/bin/gen_schema.pl b/create/bin/gen_schema.pl index f4939ae4e10..195cb17527b 100755 --- a/create/bin/gen_schema.pl +++ b/create/bin/gen_schema.pl @@ -63,8 +63,8 @@ $c{"before"} = "/* ** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. **/ -#include \"common.h\" #include \"dbschema.h\" +#include \"common.h\" const ZBX_TABLE\ttables[] = { -- cgit v1.2.3