Remove unused includes
This commit is contained in:
parent
ba3d151e96
commit
8bea3c2c48
|
@ -13,8 +13,6 @@
|
||||||
// You should have received a copy of the GNU General Public License along with
|
// You should have received a copy of the GNU General Public License along with
|
||||||
// this program. If not, see <http://www.gnu.org/licenses/>.
|
// this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
#include <aoc/HistorianHysteria.hpp>
|
#include <aoc/HistorianHysteria.hpp>
|
||||||
|
|
||||||
const std::string HistorianHysteria::getPuzzleName() const
|
const std::string HistorianHysteria::getPuzzleName() const
|
||||||
|
|
|
@ -15,7 +15,6 @@
|
||||||
|
|
||||||
#include <aoc/RedNosedReports.hpp>
|
#include <aoc/RedNosedReports.hpp>
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <sstream>
|
#include <sstream>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
|
@ -15,8 +15,6 @@
|
||||||
|
|
||||||
#include <aoc/ResonantCollinearity.hpp>
|
#include <aoc/ResonantCollinearity.hpp>
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
|
|
||||||
const std::string ResonantCollinearity::getPuzzleName() const
|
const std::string ResonantCollinearity::getPuzzleName() const
|
||||||
{
|
{
|
||||||
return "Day 8: Resonant Collinearity";
|
return "Day 8: Resonant Collinearity";
|
||||||
|
|
Loading…
Reference in New Issue