From ab752cafbde3755e7a09b3ecae021a6727cb7112 Mon Sep 17 00:00:00 2001 From: PancakeTAS Date: Thu, 25 Jun 2026 11:19:54 +0200 Subject: Project hierarchy overhaul --- src/syncobject.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/syncobject.cpp') diff --git a/src/syncobject.cpp b/src/syncobject.cpp index 4ec1a9c..6d7f68e 100644 --- a/src/syncobject.cpp +++ b/src/syncobject.cpp @@ -1,8 +1,8 @@ /* SPDX-License-Identifier: MIT */ #include "drm++/syncobject.hpp" -#include "drm++/helper.hpp" -#include "drm++/ioctl.hpp" +#include "drm++/helper/ioctl.hpp" +#include "drm++/helper/types.hpp" #include #include -- cgit v1.3.1