mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-08-07 07:31:53 -07:00
headers: set correct paths to header files (#7245)
This commit is contained in:
@@ -6,8 +6,8 @@
|
|||||||
#include "math/Math.hpp"
|
#include "math/Math.hpp"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
#include <format>
|
#include <format>
|
||||||
#include "SharedDefs.hpp"
|
#include "../SharedDefs.hpp"
|
||||||
#include "macros.hpp"
|
#include "../macros.hpp"
|
||||||
|
|
||||||
struct SCallstackFrameInfo {
|
struct SCallstackFrameInfo {
|
||||||
void* adr = nullptr;
|
void* adr = nullptr;
|
||||||
|
Reference in New Issue
Block a user