spmenu/libs/wl/inc.h

10 lines
158 B
C

#ifndef WL_INC_H
#define WL_INC_H
/* See LICENSE file for copyright and license details. */
#if WAYLAND
#include "wayland.h"
#include "init.h"
#endif
#endif