summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
authorEgor Starkov <egor.starkov@ge.com>2015-09-29 14:50:41 +0300
committerBryce Harrington <bryce@osg.samsung.com>2015-09-29 18:10:33 -0700
commit94fd9a56942b28f19418e303fef7871099a8ff75 (patch)
tree05a3fb29640030bc7c3454ddff6d2de07bcbb58a /src/main.c
parent90eea27f05e86af4ce23fcd333e840d9e8d85dfd (diff)
downloadweston-94fd9a56942b28f19418e303fef7871099a8ff75.tar.gz
compositor: remove systemd-notify.h
Systemd notifications support was converted into loadable module, so systemd-notify.h header is not needed. Signed-off-by: Egor Starkov <egor.starkov@ge.com> Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 937bed22..a98570ee 100644
--- a/src/main.c
+++ b/src/main.c
@@ -46,7 +46,6 @@
#include "../shared/helpers.h"
#include "git-version.h"
#include "version.h"
-#include "systemd-notify.h"
static struct wl_list child_process_list;
static struct weston_compositor *segv_compositor;