/* SPDX-FileCopyrightText: 2018 Roman Gilg SPDX-License-Identifier: GPL-2.0-or-later */ #ifndef PLUGIN_H #define PLUGIN_H #include K_PLUGIN_FACTORY_DECLARATION(MousePluginFactory) #endif // PLUGIN_H