mirror of
https://github.com/hyprwm/hypridle.git
synced 2025-05-13 13:40:39 +01:00
nit: Include Log.hpp in main
It is already included because of ConfigManager.hpp, but that should not be relied on as logging is also directly used in the main function.
This commit is contained in:
parent
96d51ec2a7
commit
4e8dc071b0
1 changed files with 1 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
||||||
|
|
||||||
#include "config/ConfigManager.hpp"
|
#include "config/ConfigManager.hpp"
|
||||||
#include "core/Hypridle.hpp"
|
#include "core/Hypridle.hpp"
|
||||||
|
#include "helpers/Log.hpp"
|
||||||
|
|
||||||
int main(int argc, char** argv, char** envp) {
|
int main(int argc, char** argv, char** envp) {
|
||||||
std::string configPath;
|
std::string configPath;
|
||||||
|
|
Loading…
Reference in a new issue