Merge pull request #50 from levnikmyskin/remove-shared-pointer-reference

Removed shared pointer reference
This commit is contained in:
Alessio Molinari 2024-06-25 08:46:51 +02:00 committed by GitHub
commit fd9f63cd9a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 1 additions and 3 deletions

View File

@ -35,6 +35,7 @@ runs:
go \
hyprlang \
hyprcursor \
hyprutils \
jq \
libc++ \
libdisplay-info \

View File

@ -11,7 +11,6 @@
#include "globals.hpp"
#include "utils.hpp"
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/helpers/memory/SharedPtr.hpp>
typedef std::unordered_map<int, int> WorkspaceMap;
// map with CMonitor* -> hyprland workspace id

View File

@ -5,7 +5,6 @@
#include <hyprland/src/debug/Log.hpp>
#include "globals.hpp"
#include <hyprland/src/config/ConfigManager.hpp>
#include <hyprland/src/helpers/memory/SharedPtr.hpp>
#include <string>
#include <hyprland/src/Compositor.hpp>

View File

@ -5,7 +5,6 @@
#include <hyprland/src/desktop/Workspace.hpp>
#include <hyprland/src/debug/Log.hpp>
#include <hyprland/src/events/Events.hpp>
#include <hyprland/src/helpers/memory/SharedPtr.hpp>
#include "globals.hpp"
#include "VirtualDeskManager.hpp"