Bladeren bron

Removed unnecessary extra includes in Main.cpp

Sanjay Madhav 8 jaren geleden
bovenliggende
commit
64e627b398
5 gewijzigde bestanden met toevoegingen van 1 en 16 verwijderingen
  1. 1 4
      Chapter06/Main.cpp
  2. 0 3
      Chapter07/Main.cpp
  3. 0 3
      Chapter09/Main.cpp
  4. 0 3
      Chapter10/Main.cpp
  5. 0 3
      Chapter11/Main.cpp

+ 1 - 4
Chapter06/Main.cpp

@@ -3,13 +3,10 @@
 // Copyright (C) 2017 Sanjay Madhav. All rights reserved.
 // 
 // Released under the BSD License
-// See LICENSE.txt for full details.
+// See LICENSE in root directory for full details.
 // ----------------------------------------------------------------
 
 #include "Game.h"
-#include <vector>
-#include <queue>
-#include <iostream>
 
 int main(int argc, char** argv)
 {

+ 0 - 3
Chapter07/Main.cpp

@@ -7,9 +7,6 @@
 // ----------------------------------------------------------------
 
 #include "Game.h"
-#include <vector>
-#include <queue>
-#include <iostream>
 
 int main(int argc, char** argv)
 {

+ 0 - 3
Chapter09/Main.cpp

@@ -7,9 +7,6 @@
 // ----------------------------------------------------------------
 
 #include "Game.h"
-#include <vector>
-#include <queue>
-#include <iostream>
 
 int main(int argc, char** argv)
 {

+ 0 - 3
Chapter10/Main.cpp

@@ -7,9 +7,6 @@
 // ----------------------------------------------------------------
 
 #include "Game.h"
-#include <vector>
-#include <queue>
-#include <iostream>
 
 int main(int argc, char** argv)
 {

+ 0 - 3
Chapter11/Main.cpp

@@ -7,9 +7,6 @@
 // ----------------------------------------------------------------
 
 #include "Game.h"
-#include <vector>
-#include <queue>
-#include <iostream>
 
 int main(int argc, char** argv)
 {