Skip to content

Commit 39cd383

Browse files
fix: remove comment from include
1 parent 2f03640 commit 39cd383

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dynamic_programming/trapped_rainwater.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include <algorithm> /// For std::min and std::max
1212
#include <cassert> /// For assert
1313
#include <cstddef> /// For std::size_t
14-
#include <cstdint> /// For integral typedefs
15-
#include <vector> /// For std::vector
14+
#include <cstdint>
15+
#include <vector> /// For std::vector
1616

1717
/*
1818
* @namespace

0 commit comments

Comments
 (0)