remove some incldes
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
#include <iostream>
|
||||
#include <vector>
|
||||
#include <sys/ipc.h>
|
||||
#include <sys/shm.h>
|
||||
#include <sys/wait.h>
|
||||
@@ -7,10 +6,8 @@
|
||||
#include <unistd.h>
|
||||
#include <ctime>
|
||||
#include <iomanip>
|
||||
#include <algorithm>
|
||||
#include <random>
|
||||
#include <sstream>
|
||||
#include <cmath>
|
||||
|
||||
constexpr int NIL = -1; // маркер пустого указателя
|
||||
constexpr int MAX_PROCS = 1024; // лимит ячеек для результатов
|
||||
|
||||
Reference in New Issue
Block a user