Remove unused includes
This commit is contained in:
parent
0a9351039e
commit
fbda5f9d73
2 changed files with 2 additions and 3 deletions
|
@ -19,7 +19,6 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
*********************************************************************/
|
*********************************************************************/
|
||||||
#include "tablet_v2_interface.h"
|
#include "tablet_v2_interface.h"
|
||||||
#include "display.h"
|
#include "display.h"
|
||||||
#include "resource_p.h"
|
|
||||||
#include "seat_interface.h"
|
#include "seat_interface.h"
|
||||||
#include "surface_interface.h"
|
#include "surface_interface.h"
|
||||||
|
|
||||||
|
|
|
@ -21,9 +21,9 @@ License along with this library. If not, see <http://www.gnu.org/licenses/>.
|
||||||
#define WAYLAND_SERVER_TABLET_INTERFACE_H
|
#define WAYLAND_SERVER_TABLET_INTERFACE_H
|
||||||
|
|
||||||
#include <KWaylandServer/kwaylandserver_export.h>
|
#include <KWaylandServer/kwaylandserver_export.h>
|
||||||
#include <QVector>
|
|
||||||
|
|
||||||
#include "resource.h"
|
#include <QObject>
|
||||||
|
#include <QVector>
|
||||||
|
|
||||||
namespace KWaylandServer
|
namespace KWaylandServer
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue