summaryrefslogtreecommitdiff
path: root/tools/zunitc
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2019-04-04 14:46:00 +0300
committerPekka Paalanen <pekka.paalanen@collabora.com>2019-04-18 12:31:46 +0300
commitecbdcfd373025be6454a0aee7d870ca096fb7d52 (patch)
tree64f190909afab3f2e3b73e6128a25e264e2ad459 /tools/zunitc
parent91b1010de97653d3bbe72f08107c4d9f2e5c4ece (diff)
downloadweston-ecbdcfd373025be6454a0aee7d870ca096fb7d52.tar.gz
Rename zalloc.h to libweston/zalloc.h
It is a public installed header used by libweston.h. See "Rename compositor.h to libweston/libweston.h" for rationale. Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'tools/zunitc')
-rw-r--r--tools/zunitc/src/zuc_base_logger.c2
-rw-r--r--tools/zunitc/src/zuc_collector.c2
-rw-r--r--tools/zunitc/src/zuc_junit_reporter.c3
-rw-r--r--tools/zunitc/src/zunitc_impl.c2
4 files changed, 4 insertions, 5 deletions
diff --git a/tools/zunitc/src/zuc_base_logger.c b/tools/zunitc/src/zuc_base_logger.c
index ffa127f0..4b543441 100644
--- a/tools/zunitc/src/zuc_base_logger.c
+++ b/tools/zunitc/src/zuc_base_logger.c
@@ -37,7 +37,7 @@
#include "zuc_event_listener.h"
#include "zuc_types.h"
-#include "shared/zalloc.h"
+#include <libweston/zalloc.h>
/* a few sequences for rudimentary ANSI graphics. */
#define CSI_GRN "\x1b[0;32m"
diff --git a/tools/zunitc/src/zuc_collector.c b/tools/zunitc/src/zuc_collector.c
index e17231cd..035c9ce7 100644
--- a/tools/zunitc/src/zuc_collector.c
+++ b/tools/zunitc/src/zuc_collector.c
@@ -32,7 +32,7 @@
#include <string.h>
#include <unistd.h>
-#include "shared/zalloc.h"
+#include <libweston/zalloc.h>
#include "zuc_event_listener.h"
#include "zunitc/zunitc_impl.h"
diff --git a/tools/zunitc/src/zuc_junit_reporter.c b/tools/zunitc/src/zuc_junit_reporter.c
index df906401..c0457f21 100644
--- a/tools/zunitc/src/zuc_junit_reporter.c
+++ b/tools/zunitc/src/zuc_junit_reporter.c
@@ -42,7 +42,7 @@
#include "zuc_event_listener.h"
#include "zuc_types.h"
-#include "shared/zalloc.h"
+#include <libweston/zalloc.h>
/**
* Hardcoded output name.
@@ -460,7 +460,6 @@ zuc_junit_reporter_create(void)
#else /* ENABLE_JUNIT_XML */
-#include "shared/zalloc.h"
#include "zuc_event_listener.h"
/*
diff --git a/tools/zunitc/src/zunitc_impl.c b/tools/zunitc/src/zunitc_impl.c
index 72f08df6..05db0229 100644
--- a/tools/zunitc/src/zunitc_impl.c
+++ b/tools/zunitc/src/zunitc_impl.c
@@ -48,7 +48,7 @@
#include <libweston/config-parser.h>
#include "shared/helpers.h"
-#include "shared/zalloc.h"
+#include <libweston/zalloc.h>
/*
* If CLOCK_MONOTONIC is present on the system it will give us reliable