Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/create
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-02-17 10:39:44 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-02-17 10:39:44 +0300
commit135765dc3e9a5f85af765a18008b18bd5770126b (patch)
treece1ed0ea935ec6465a85bece7bdef1fd8329f9ef /create
parent86cb30bf29c3fa34e35abb3e1c518055cedc6d3c (diff)
parent111d978555281b2f51e361540f2a6fd43ce15e94 (diff)
.......... [DEV-2064] moved corresponding headers includes first in the includes list (libs folder)
Diffstat (limited to 'create')
-rwxr-xr-xcreate/bin/gen_schema.pl2
1 files changed, 1 insertions, 1 deletions
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[] = {