summaryrefslogtreecommitdiff
path: root/src/gem.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/gem.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gem.cpp b/src/gem.cpp
index b6b3d38..82a459d 100644
--- a/src/gem.cpp
+++ b/src/gem.cpp
@@ -1,8 +1,8 @@
/* SPDX-License-Identifier: MIT */
#include "drm++/gem.hpp"
-#include "drm++/helper.hpp"
-#include "drm++/ioctl.hpp"
+#include "drm++/helper/ioctl.hpp"
+#include "drm++/helper/types.hpp"
#include <cassert>
#include <cerrno>