diff options
| author | PancakeTAS <pancake@mgnet.work> | 2026-06-25 11:19:54 +0200 |
|---|---|---|
| committer | PancakeTAS <pancake@mgnet.work> | 2026-06-25 11:19:54 +0200 |
| commit | ab752cafbde3755e7a09b3ecae021a6727cb7112 (patch) | |
| tree | f7718df132f7683976c64974113d3148b43c46c5 /src/gem.cpp | |
| parent | Bug fixes all across the project (diff) | |
Project hierarchy overhaul
Diffstat (limited to 'src/gem.cpp')
| -rw-r--r-- | src/gem.cpp | 4 |
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> |
