Skip to content

Commit

Permalink
Merge pull request #51 from levnikmyskin/dev
Browse files Browse the repository at this point in the history
Merge dev for 0.41.2
  • Loading branch information
levnikmyskin authored Jun 27, 2024
2 parents 5522140 + 751d7c6 commit 8599ce0
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 3 deletions.
1 change: 1 addition & 0 deletions .github/actions/setup_base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ runs:
go \
hyprlang \
hyprcursor \
hyprutils \
jq \
libc++ \
libdisplay-info \
Expand Down
1 change: 0 additions & 1 deletion include/VirtualDesk.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
#include "globals.hpp"
#include "utils.hpp"
#include <hyprland/src/Compositor.hpp>
#include <hyprutils/memory/WeakPtr.hpp>

using namespace Hyprutils::Memory;

Expand Down
1 change: 0 additions & 1 deletion include/utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <hyprland/src/debug/Log.hpp>
#include "globals.hpp"
#include <hyprland/src/config/ConfigManager.hpp>
#include <hyprutils/memory/WeakPtr.hpp>
#include <string>
#include <hyprland/src/Compositor.hpp>

Expand Down
1 change: 0 additions & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <hyprland/src/desktop/Workspace.hpp>
#include <hyprland/src/debug/Log.hpp>
#include <hyprland/src/events/Events.hpp>
#include <hyprutils/memory/SharedPtr.hpp>

#include "globals.hpp"
#include "VirtualDeskManager.hpp"
Expand Down

0 comments on commit 8599ce0

Please sign in to comment.