remove some incldes

This commit is contained in:
2026-05-06 08:50:16 +07:00
parent f7ccb79ef7
commit 8a241fe154
-3
View File
@@ -1,5 +1,4 @@
#include <iostream> #include <iostream>
#include <vector>
#include <sys/ipc.h> #include <sys/ipc.h>
#include <sys/shm.h> #include <sys/shm.h>
#include <sys/wait.h> #include <sys/wait.h>
@@ -7,10 +6,8 @@
#include <unistd.h> #include <unistd.h>
#include <ctime> #include <ctime>
#include <iomanip> #include <iomanip>
#include <algorithm>
#include <random> #include <random>
#include <sstream> #include <sstream>
#include <cmath>
constexpr int NIL = -1; // маркер пустого указателя constexpr int NIL = -1; // маркер пустого указателя
constexpr int MAX_PROCS = 1024; // лимит ячеек для результатов constexpr int MAX_PROCS = 1024; // лимит ячеек для результатов