diff options
author | Vaxry <[email protected]> | 2024-12-05 19:35:50 +0000 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-12-05 19:35:50 +0000 |
commit | a7a6eedc2139564abc1fe09feee1ff32b53e1081 (patch) | |
tree | f4677d1ee6c254ee10db5b676f4c12354e79aec3 /src/macros.hpp | |
parent | 888bdf4e23655d014b22da44f1235b2a045615a9 (diff) | |
download | Hyprland-a7a6eedc2139564abc1fe09feee1ff32b53e1081.tar.gz Hyprland-a7a6eedc2139564abc1fe09feee1ff32b53e1081.zip |
core: move version include to hyprctl
Diffstat (limited to 'src/macros.hpp')
-rw-r--r-- | src/macros.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/macros.hpp b/src/macros.hpp index 8915e12d..4a319569 100644 --- a/src/macros.hpp +++ b/src/macros.hpp @@ -16,8 +16,6 @@ #define ISDEBUG false #endif -#include "version.h" - #define SPECIAL_WORKSPACE_START (-99) #define PI 3.14159265358979 |