Change include paths

This commit is contained in:
Stanisław Zagórowski 2023-05-08 12:31:15 +02:00
parent 5d13b75b8d
commit 44785cee3f
2 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
#pragma once
#include <src/plugins/PluginAPI.hpp>
#include <hyprland/src/plugins/PluginAPI.hpp>
inline HANDLE PHANDLE = nullptr;

View file

@ -1,8 +1,8 @@
#include <src/helpers/Color.hpp>
#include <src/managers/KeybindManager.hpp>
#include <src/Compositor.hpp>
#include <src/config/ConfigManager.hpp>
#include <src/helpers/Workspace.hpp>
#include <hyprland/src/helpers/Color.hpp>
#include <hyprland/src/managers/KeybindManager.hpp>
#include <hyprland/src/Compositor.hpp>
#include <hyprland/src/config/ConfigManager.hpp>
#include <hyprland/src/helpers/Workspace.hpp>
#include "globals.hpp"