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:
Diffstat (limited to 'src/zabbix_proxy/datasender/datasender.c')
-rw-r--r--src/zabbix_proxy/datasender/datasender.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zabbix_proxy/datasender/datasender.c b/src/zabbix_proxy/datasender/datasender.c
index 50ef6e9cdcd..010cf551306 100644
--- a/src/zabbix_proxy/datasender/datasender.c
+++ b/src/zabbix_proxy/datasender/datasender.c
@@ -20,10 +20,10 @@
#include "datasender.h"
#include "zbxcommshigh.h"
-#include "zbxdbhigh.h"
#include "log.h"
#include "zbxnix.h"
-#include "proxy.h"
+#include "zbxdbwrap.h"
+#include "zbxcachehistory.h"
#include "zbxself.h"
#include "zbxtasks.h"
#include "zbxcompress.h"