From eaa71b7af486886a8c8b771bfb38f8c7cb8cbb95 Mon Sep 17 00:00:00 2001 From: Jente Hidskes Date: Fri, 4 Jan 2019 20:23:01 +0100 Subject: [PATCH] Use correct CG_ namespace in headers --- xdg_shell.h | 4 ++-- xwayland.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xdg_shell.h b/xdg_shell.h index c3b94a8..25bcc12 100644 --- a/xdg_shell.h +++ b/xdg_shell.h @@ -1,5 +1,5 @@ -#ifndef XDG_SHELL_H -#define XDG_SHELL_H +#ifndef CG_XDG_SHELL_H +#define CG_XDG_SHELL_H #include diff --git a/xwayland.h b/xwayland.h index 524bc66..8ca1700 100644 --- a/xwayland.h +++ b/xwayland.h @@ -1,5 +1,5 @@ -#ifndef XWAYLAND_H -#define XWAYLAND_H +#ifndef CG_XWAYLAND_H +#define CG_XWAYLAND_H #include