Remove forward declaration of class Population

This commit is contained in:
Jason Cobb 2020-03-26 18:57:43 -04:00
parent e16c0c4133
commit c184844932
No known key found for this signature in database
GPG Key ID: 2A3F6A6DCA1E8DED

View File

@ -29,13 +29,6 @@
namespace solidity::phaser
{
class Population;
}
namespace solidity::phaser
{
class PairSelection;
class Selection;