core: move version include to hyprctl
This commit is contained in:
parent
888bdf4e23
commit
a7a6eedc21
2 changed files with 1 additions and 2 deletions
|
|
@ -39,6 +39,7 @@ using namespace Hyprutils::String;
|
|||
#include "debug/RollingLogFollow.hpp"
|
||||
#include "config/ConfigManager.hpp"
|
||||
#include "helpers/MiscFunctions.hpp"
|
||||
#include "../version.h"
|
||||
|
||||
static void trimTrailingComma(std::string& str) {
|
||||
if (!str.empty() && str.back() == ',')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue