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
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-18 10:30:59 +0300
commit1f8032ddbcec6e40914e3ca70f530d3e75dd3cfa (patch)
tree18c3833d89ed91cb6b6a5804f4fa12783b3503d4 /include/memalloc.h
parent05da712f0c45e97b16fea8cf4b65ab7758022508 (diff)
.......... [DEV-2064] moved corresponding headers includes first in the includes list (libs folder)
(cherry picked from commit 135765dc3e9a5f85af765a18008b18bd5770126b)
Diffstat (limited to 'include/memalloc.h')
-rw-r--r--include/memalloc.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/memalloc.h b/include/memalloc.h
index f2e8b92092f..42ce4a44f4c 100644
--- a/include/memalloc.h
+++ b/include/memalloc.h
@@ -20,8 +20,7 @@
#ifndef ZABBIX_MEMALLOC_H
#define ZABBIX_MEMALLOC_H
-#include "common.h"
-#include "mutexs.h"
+#include "zbxtypes.h"
#define MEM_MIN_ALLOC 24 /* should be a multiple of 8 and at least (2 * ZBX_PTR_SIZE) */