summaryrefslogtreecommitdiff
path: root/src/drm.cpp
diff options
context:
space:
mode:
authorPancakeTAS <pancake@mgnet.work>2026-06-25 11:19:54 +0200
committerPancakeTAS <pancake@mgnet.work>2026-06-25 11:19:54 +0200
commitab752cafbde3755e7a09b3ecae021a6727cb7112 (patch)
treef7718df132f7683976c64974113d3148b43c46c5 /src/drm.cpp
parentBug fixes all across the project (diff)
Project hierarchy overhaul
Diffstat (limited to 'src/drm.cpp')
-rw-r--r--src/drm.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/drm.cpp b/src/drm.cpp
index 6bb0a3a..3046412 100644
--- a/src/drm.cpp
+++ b/src/drm.cpp
@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: MIT */
#include "drm++/drm.hpp"
-#include "drm++/helper.hpp"
-#include "drm++/ioctl.hpp"
+#include "drm++/helper/ioctl.hpp"
+#include "drm++/helper/types.hpp"
#include <stdexcept>