summaryrefslogtreecommitdiff
path: root/remoting
diff options
context:
space:
mode:
authorPekka Paalanen <pekka.paalanen@collabora.com>2019-03-28 16:28:47 +0200
committerPekka Paalanen <pekka.paalanen@collabora.com>2019-04-18 12:31:46 +0300
commit3d5d9476e3d184ae1fe7d36996e78d788a2922a8 (patch)
treeb6f97a429a9d4b80eb01983c3787b7eb3ea580a4 /remoting
parenta78cf77582aa946e9671ffdd5a0a4f988d656588 (diff)
downloadweston-3d5d9476e3d184ae1fe7d36996e78d788a2922a8.tar.gz
Rename compositor.h to libweston/libweston.h
The main idea is to make libweston users use the form #include <libweston/libweston.h> instead of the plain #include <compositor.h> which is prone to name conflicts. This is reflected both in the installed files, and the internal header search paths so that Weston would use the exact same form as an external project using libweston would. The public headers are moved under a new top-level directory include/ to make them clearly stand out as special (public API). Signed-off-by: Pekka Paalanen <pekka.paalanen@collabora.com>
Diffstat (limited to 'remoting')
-rw-r--r--remoting/remoting-plugin.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/remoting/remoting-plugin.h b/remoting/remoting-plugin.h
index 9a7ca365..bfad20d5 100644
--- a/remoting/remoting-plugin.h
+++ b/remoting/remoting-plugin.h
@@ -28,7 +28,7 @@
#ifndef REMOTING_PLUGIN_H
#define REMOTING_PLUGIN_H
-#include "compositor.h"
+#include <libweston/libweston.h>
#include "plugin-registry.h"
#define WESTON_REMOTING_API_NAME "weston_remoting_api_v1"