misc: Drop empty private headers

This commit is contained in:
Bilal Elmoussaoui 2023-09-18 15:11:17 +02:00
parent 1de5cbc2ca
commit 9a57c2a95a
3 changed files with 2 additions and 60 deletions

View File

@ -1,30 +0,0 @@
/*
* mks-keyboard-private.h
*
* Copyright 2023 Christian Hergert <chergert@redhat.com>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of the
* License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
#pragma once
#include "mks-keyboard.h"
G_BEGIN_DECLS
G_END_DECLS

View File

@ -1,28 +0,0 @@
/*
* mks-mouse-private.h
*
* Copyright 2023 Christian Hergert <chergert@redhat.com>
*
* This library is free software; you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as
* published by the Free Software Foundation; either version 2.1 of the
* License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful, but
* WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*
* SPDX-License-Identifier: LGPL-2.1-or-later
*/
#pragma once
#include "mks-mouse.h"
G_BEGIN_DECLS
G_END_DECLS

View File

@ -29,8 +29,8 @@
#include "mks-device-private.h" #include "mks-device-private.h"
#include "mks-enums.h" #include "mks-enums.h"
#include "mks-qemu.h" #include "mks-qemu.h"
#include "mks-keyboard-private.h" #include "mks-keyboard.h"
#include "mks-mouse-private.h" #include "mks-mouse.h"
#include "mks-paintable-private.h" #include "mks-paintable-private.h"
#include "mks-screen-attributes-private.h" #include "mks-screen-attributes-private.h"
#include "mks-screen.h" #include "mks-screen.h"