We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f984766 commit 19321fcCopy full SHA for 19321fc
src/scratch/list.cpp
@@ -1,7 +1,7 @@
1
// SPDX-License-Identifier: Apache-2.0
2
3
#include "list.h"
4
-#include <bits/stdc++.h>
+#include <algorithm>
5
6
using namespace libscratchcpp;
7
src/scratch/target.cpp
@@ -1,7 +1,6 @@
#include "target.h"
0 commit comments