mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-09 20:29:50 +01:00
fix(build): do not include wlr headers directly, use includes.hpp instead. (#3587)
This commit is contained in:
parent
5b8cfdf2ef
commit
54e1c2ccbd
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
#pragma once
|
||||
#include <string>
|
||||
#include <wlr/util/log.h>
|
||||
#include <format>
|
||||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include <chrono>
|
||||
#include "../includes.hpp"
|
||||
#include "../helpers/MiscFunctions.hpp"
|
||||
|
||||
#define LOGMESSAGESIZE 1024
|
||||
|
|
Loading…
Reference in a new issue