mirror of
https://github.com/hyprwm/Hyprland
synced 2025-01-10 04:29:49 +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 "debug/RollingLogFollow.hpp"
|
||||||
#include "config/ConfigManager.hpp"
|
#include "config/ConfigManager.hpp"
|
||||||
#include "helpers/MiscFunctions.hpp"
|
#include "helpers/MiscFunctions.hpp"
|
||||||
|
#include "../version.h"
|
||||||
|
|
||||||
static void trimTrailingComma(std::string& str) {
|
static void trimTrailingComma(std::string& str) {
|
||||||
if (!str.empty() && str.back() == ',')
|
if (!str.empty() && str.back() == ',')
|
||||||
|
|
|
@ -16,8 +16,6 @@
|
||||||
#define ISDEBUG false
|
#define ISDEBUG false
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "version.h"
|
|
||||||
|
|
||||||
#define SPECIAL_WORKSPACE_START (-99)
|
#define SPECIAL_WORKSPACE_START (-99)
|
||||||
|
|
||||||
#define PI 3.14159265358979
|
#define PI 3.14159265358979
|
||||||
|
|
Loading…
Reference in a new issue