Skip to content

Commit 19321fc

Browse files
committed
Do not use bits/stdc++.h
1 parent f984766 commit 19321fc

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/scratch/list.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// SPDX-License-Identifier: Apache-2.0
22

33
#include "list.h"
4-
#include <bits/stdc++.h>
4+
#include <algorithm>
55

66
using namespace libscratchcpp;
77

src/scratch/target.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
// SPDX-License-Identifier: Apache-2.0
22

33
#include "target.h"
4-
#include <bits/stdc++.h>
54

65
using namespace libscratchcpp;
76

0 commit comments

Comments
 (0)