remove useless includes

This commit is contained in:
PoliEcho 2025-03-06 15:09:53 +01:00
parent 98b6b8df7e
commit 87c2e2e01c

View File

@ -6,7 +6,6 @@
#include <cstring>
#include <curses.h>
#include <format>
#include <fstream>
#include <iostream>
#include <menu.h>
#include <nlohmann/json.hpp>
@ -14,7 +13,6 @@
#include <string>
#include <algorithm>
#include "net.h"
#include "color.h"
using nlohmann::json;