Use correct CG_ namespace in headers

This commit is contained in:
Jente Hidskes 2019-01-04 20:23:01 +01:00
parent 691847ca12
commit eaa71b7af4
No known key found for this signature in database
GPG key ID: 04BE5A29F32D91EA
2 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
#ifndef XDG_SHELL_H
#define XDG_SHELL_H
#ifndef CG_XDG_SHELL_H
#define CG_XDG_SHELL_H
#include <wayland-server.h>