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/helper | |
| parent | Bug fixes all across the project (diff) | |
Project hierarchy overhaul
Diffstat (limited to '')
| -rw-r--r-- | src/helper/ioctl.cpp (renamed from src/ioctl.cpp) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ioctl.cpp b/src/helper/ioctl.cpp index 8b4962f..21a1ccb 100644 --- a/src/ioctl.cpp +++ b/src/helper/ioctl.cpp @@ -1,6 +1,6 @@ /* SPDX-License-Identifier: MIT */ -#include "drm++/ioctl.hpp" +#include "drm++/helper/ioctl.hpp" #include <format> #include <string> |
