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-03-04 12:10:28 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-03-16 11:28:09 +0300
commitfdee45d24b8d40de7ef8f95cb0af44a45bbb852c (patch)
tree846ce79a3c7c0f0e7cffd7ea4c2b4ae6aa5b16ae /include/zbxipcservice.h
parent62315fc24cdc0705f3d57a9577c4104d0d20578c (diff)
.......... [DEV-2064] moved corresponding headers includes first in the includes list (non-libs folders)
(cherry picked from commit 7c58e5db2b02454270d394ce567d55110bb34902)
Diffstat (limited to 'include/zbxipcservice.h')
-rw-r--r--include/zbxipcservice.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/zbxipcservice.h b/include/zbxipcservice.h
index c1dd5fa08e1..5695ae0e6a1 100644
--- a/include/zbxipcservice.h
+++ b/include/zbxipcservice.h
@@ -20,7 +20,6 @@
#ifndef ZABBIX_ZBXIPCSERVICE_H
#define ZABBIX_ZBXIPCSERVICE_H
-#include "common.h"
#include "zbxalgo.h"
#define ZBX_IPC_SOCKET_BUFFER_SIZE 4096