mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-09 20:29:50 +01:00
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() == ',')
|
||||
|
|
|
@ -16,8 +16,6 @@
|
|||
#define ISDEBUG false
|
||||
#endif
|
||||
|
||||
#include "version.h"
|
||||
|
||||
#define SPECIAL_WORKSPACE_START (-99)
|
||||
|
||||
#define PI 3.14159265358979
|
||||
|
|
Loading…
Reference in a new issue