소스 검색

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

Eiyeron Fulmincendii 10 년 전
부모
커밋
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;