Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 2f47f1a

Browse files
authoredNov 3, 2023
Update high_scores.h (#733)
No need to `#include <array>` [no important files changed]
1 parent 080659d commit 2f47f1a

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed
 

‎exercises/practice/high-scores/.meta/example.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma once
22

3-
#include <array>
43
#include <vector>
54

65
namespace arcade {

‎exercises/practice/high-scores/high_scores.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#pragma once
22

3-
#include <array>
43
#include <vector>
54

65
namespace arcade {

0 commit comments

Comments
 (0)
Please sign in to comment.