diff --git a/src/wayland/compositor_interface.h b/src/wayland/compositor_interface.h index 9f9b157d52..c9133764b0 100644 --- a/src/wayland/compositor_interface.h +++ b/src/wayland/compositor_interface.h @@ -17,8 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . *********************************************************************/ -#ifndef KWIN_WAYLAND_SERVER_COMPOSITOR_INTERFACE_H -#define KWIN_WAYLAND_SERVER_COMPOSITOR_INTERFACE_H +#ifndef WAYLAND_SERVER_COMPOSITOR_INTERFACE_H +#define WAYLAND_SERVER_COMPOSITOR_INTERFACE_H #include "surface_interface.h" diff --git a/src/wayland/display.h b/src/wayland/display.h index 1f0fedf18c..65d2963019 100644 --- a/src/wayland/display.h +++ b/src/wayland/display.h @@ -17,8 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . *********************************************************************/ -#ifndef KWIN_WAYLAND_SERVER_DISPLAY_H -#define KWIN_WAYLAND_SERVER_DISPLAY_H +#ifndef WAYLAND_SERVER_DISPLAY_H +#define WAYLAND_SERVER_DISPLAY_H #include #include diff --git a/src/wayland/output_interface.h b/src/wayland/output_interface.h index 1b407417ed..d417ccc8ab 100644 --- a/src/wayland/output_interface.h +++ b/src/wayland/output_interface.h @@ -17,8 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . *********************************************************************/ -#ifndef KWIN_WAYLAND_SERVER_OUTPUT_INTERFACE_H -#define KWIN_WAYLAND_SERVER_OUTPUT_INTERFACE_H +#ifndef WAYLAND_SERVER_OUTPUT_INTERFACE_H +#define WAYLAND_SERVER_OUTPUT_INTERFACE_H #include #include diff --git a/src/wayland/seat_interface.h b/src/wayland/seat_interface.h index cc6c83cdc1..7a8169d120 100644 --- a/src/wayland/seat_interface.h +++ b/src/wayland/seat_interface.h @@ -17,8 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . *********************************************************************/ -#ifndef KWIN_WAYLAND_SERVER_SEAT_INTERFACE_H -#define KWIN_WAYLAND_SERVER_SEAT_INTERFACE_H +#ifndef WAYLAND_SERVER_SEAT_INTERFACE_H +#define WAYLAND_SERVER_SEAT_INTERFACE_H #include #include diff --git a/src/wayland/server/buffer_interface.h b/src/wayland/server/buffer_interface.h index 9e67753476..3d494d9de7 100644 --- a/src/wayland/server/buffer_interface.h +++ b/src/wayland/server/buffer_interface.h @@ -17,8 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . *********************************************************************/ -#ifndef KWIN_WAYLAND_SERVER_BUFFER_INTERFACE_H -#define KWIN_WAYLAND_SERVER_BUFFER_INTERFACE_H +#ifndef WAYLAND_SERVER_BUFFER_INTERFACE_H +#define WAYLAND_SERVER_BUFFER_INTERFACE_H #include #include diff --git a/src/wayland/server/shell_interface.h b/src/wayland/server/shell_interface.h index cb20771024..183ae628a5 100644 --- a/src/wayland/server/shell_interface.h +++ b/src/wayland/server/shell_interface.h @@ -17,8 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . *********************************************************************/ -#ifndef KWIN_WAYLAND_SERVER_SHELL_INTERFACE_H -#define KWIN_WAYLAND_SERVER_SHELL_INTERFACE_H +#ifndef WAYLAND_SERVER_SHELL_INTERFACE_H +#define WAYLAND_SERVER_SHELL_INTERFACE_H #include diff --git a/src/wayland/surface_interface.h b/src/wayland/surface_interface.h index 4ccb6e6a7c..6c83d46773 100644 --- a/src/wayland/surface_interface.h +++ b/src/wayland/surface_interface.h @@ -17,8 +17,8 @@ Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . *********************************************************************/ -#ifndef KWIN_WAYLAND_SERVER_SURFACE_INTERFACE_H -#define KWIN_WAYLAND_SERVER_SURFACE_INTERFACE_H +#ifndef WAYLAND_SERVER_SURFACE_INTERFACE_H +#define WAYLAND_SERVER_SURFACE_INTERFACE_H #include "output_interface.h"