window-wayland.[ch] => meta-window-wayland.[ch]

This finishes off the meta- prefix for wayland/.
This commit is contained in:
Jasper St. Pierre
2015-04-27 18:09:16 -07:00
parent 48bf807430
commit 9f13033f15
5 changed files with 5 additions and 5 deletions

View File

@ -57,7 +57,7 @@
#include "x11/xprops.h"
#ifdef HAVE_WAYLAND
#include "wayland/window-wayland.h"
#include "wayland/meta-window-wayland.h"
#include "wayland/meta-wayland-private.h"
#endif