Просмотр исходного кода

WHo is the idiot who forgot to remove the iostream include?

Eiyeron Fulmincendii лет назад: 10
Родитель
Сommit
f2de215341
1 измененных файлов с 0 добавлено и 2 удалено
  1. 0 2
      src/engine/StateMachine.cpp

+ 0 - 2
src/engine/StateMachine.cpp

@@ -5,8 +5,6 @@
 #include "render/Text.h"
 #include "version.h"
 #include "Input.h"
-#include <iostream>
-using namespace std;
 
 using namespace WalrusRPG::Graphics;
 using namespace WalrusRPG::States;