/** * Copyright (c) 2025, Jayden Grubb * * SPDX-License-Identifier: BSD-3-Clause */ #ifdef NOVA_WAYLAND #include "drivers/linux/wayland/system_driver.h" #include using namespace Nova; WaylandSystemDriver::WaylandSystemDriver() { NOVA_AUTO_TRACE(); } WaylandSystemDriver::~WaylandSystemDriver() { NOVA_AUTO_TRACE(); } #endif // NOVA_WAYLAND