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 'tests/mocks/configcache/configcache_mock.h')
-rw-r--r--tests/mocks/configcache/configcache_mock.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/tests/mocks/configcache/configcache_mock.h b/tests/mocks/configcache/configcache_mock.h
index 4a11e1f2b81..603b09cc0ac 100644
--- a/tests/mocks/configcache/configcache_mock.h
+++ b/tests/mocks/configcache/configcache_mock.h
@@ -17,17 +17,6 @@
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
-#include "zbxmocktest.h"
-#include "zbxmockdata.h"
-#include "zbxmockassert.h"
-#include "zbxmockutil.h"
-
-#include "zbxserver.h"
-#include "common.h"
-#include "zbxalgo.h"
-#include "dbcache.h"
-#include "mutexs.h"
-
#ifndef ZABBIX_CONFIGCACHE_MOCK_H
#define ZABBIX_CONFIGCACHE_MOCK_H
@@ -37,5 +26,4 @@ void mock_config_free(void);
void mock_config_load_user_macros(const char *path);
void mock_config_load_hosts(const char *path);
-
#endif