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>
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
/*
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user