Skip to content

Commit d53c89a

Browse files
committed
Removing unused (and non-existent) includes
1 parent 3f400f7 commit d53c89a

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

src/gui/layout.cc

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,8 @@
2020
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
2121
//
2222

23-
#include <algorithm> // for std::min, std::max
24-
#include <numeric> // for std::partial_sum
25-
2623
#include "layout.h"
2724

28-
#include <__ostream/basic_ostream.h>
29-
3025
namespace Gambit {
3126

3227
void Layout::LayoutSubtree(const GameNode &p_node, const BehaviorSupportProfile &p_support,

0 commit comments

Comments
 (0)