瀏覽代碼

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;