remove useless includes

This commit is contained in:
2025-03-06 15:09:53 +01:00
parent 98b6b8df7e
commit 87c2e2e01c
-2
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;