Removed unused imports

This commit is contained in:
2025-06-10 16:46:35 +02:00
parent abaa4038ca
commit 343b6aadf7
2 changed files with 0 additions and 4 deletions

View File

@@ -2,10 +2,8 @@
#define HYPRLAND_SERVICE_H
#include <list>
#include <string>
#include "Workspace.h"
#include "Client.h"
#include <nlohmann/json.hpp>
class HyprlandService {
public:

View File

@@ -1,6 +1,4 @@
#include <iostream>
#include "../include/HyprlandService.h"
#include <unistd.h>
int main(int, char**){
for (auto& c : HyprlandService::getClientsOnActiveWorkspace()) {