icebram: do not include <bits/stdc++.h>

This commit is contained in:
Catherine 2023-02-18 11:21:07 +00:00
parent 5991092f51
commit 59f5fa75fc
1 changed files with 1 additions and 1 deletions

View File

@ -19,9 +19,9 @@
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <limits.h>
#include <unistd.h>
#include <sys/time.h>
#include <bits/stdc++.h>
#include <cstring>
#include <fstream>