fix(build): do not include wlr headers directly, use includes.hpp instead. (#3587)

This commit is contained in:
memchr 2023-10-16 16:39:12 +00:00 committed by GitHub
parent 5b8cfdf2ef
commit 54e1c2ccbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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