diff options
author | Vaxry <[email protected]> | 2024-05-10 02:27:54 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-05-10 02:38:54 +0100 |
commit | a7e23d2f1e27c241c2a72262d14d5dde9ea2e860 (patch) | |
tree | 72e9a6b77208f14788cd1387eb147a9475bb3229 /src/includes.hpp | |
parent | 1753059b07be52cf78fa2676c4c71d2edb560199 (diff) | |
download | Hyprland-a7e23d2f1e27c241c2a72262d14d5dde9ea2e860.tar.gz Hyprland-a7e23d2f1e27c241c2a72262d14d5dde9ea2e860.zip |
presentation-time: move to new impl
Diffstat (limited to 'src/includes.hpp')
-rw-r--r-- | src/includes.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/includes.hpp b/src/includes.hpp index 98416a1a..eb01f4a1 100644 --- a/src/includes.hpp +++ b/src/includes.hpp @@ -51,7 +51,6 @@ extern "C" { #include <wlr/types/wlr_output.h> #include <wlr/types/wlr_output_management_v1.h> #include <wlr/types/wlr_pointer.h> -#include <wlr/types/wlr_presentation_time.h> #include <wlr/types/wlr_primary_selection.h> #include <wlr/types/wlr_primary_selection_v1.h> #include <wlr/types/wlr_screencopy_v1.h> |