Removed unused imports
This commit is contained in:
@@ -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:
|
||||
|
||||
@@ -1,6 +1,4 @@
|
||||
#include <iostream>
|
||||
#include "../include/HyprlandService.h"
|
||||
#include <unistd.h>
|
||||
|
||||
int main(int, char**){
|
||||
for (auto& c : HyprlandService::getClientsOnActiveWorkspace()) {
|
||||
|
||||
Reference in New Issue
Block a user