(Wayland) Fix build

This commit is contained in:
libretroadmin 2023-06-01 23:03:26 +02:00
parent 31751a3945
commit f29fbda584

View File

@ -13,8 +13,7 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef _WAYLAND_COMMON_H
#define _WAYLAND_COMMON_H
#pragma once
#ifdef HAVE_LIBDECOR_H
#include <libdecor.h>
@ -91,5 +90,3 @@ void gfx_ctx_wl_check_window_common(gfx_ctx_wayland_data_t *wl,
#ifdef HAVE_LIBDECOR_H
extern const struct libdecor_interface libdecor_interface;
#endif
#endif