remove some incldes
This commit is contained in:
@@ -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; // лимит ячеек для результатов
|
||||||
|
|||||||
Reference in New Issue
Block a user