input-capture: code cleanup

This commit is contained in:
Gwilherm Folliot 2024-09-26 12:06:17 +02:00
parent 98ecfe583e
commit 36328f3f8c
No known key found for this signature in database
GPG key ID: 90236D3623DCD660
2 changed files with 0 additions and 5 deletions

View file

@ -1,8 +1,4 @@
#include "InputCapture.hpp"
#include "hyprland-input-capture-v1.hpp"
#include <memory>
#include <vector>
#include <wayland-util.h>
CInputCaptureProtocol::CInputCaptureProtocol(const wl_interface* iface, const int& ver, const std::string& name) : IWaylandProtocol(iface, ver, name) {
active = false;

View file

@ -1,6 +1,5 @@
#pragma once
#include "WaylandProtocol.hpp"
#include "hyprland-input-capture-v1.hpp"
#include <hyprutils/math/Vector2D.hpp>