Skip to content

Commit

Permalink
remove unused using and #include
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonly committed Apr 27, 2016
1 parent ad8bfae commit 3b69a5a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions Monopoly/GameContext.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
using std::cin;
using std::cout;
using std::endl;
using std::map;
using std::to_string;
using std::make_pair;

namespace monopoly {

Expand Down
9 changes: 0 additions & 9 deletions Monopoly/GameContext.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@

#include <iostream>
#include <map>
#include <vector>
#include <string>
#include <cstdlib>
#include <ctime>

#include "Color.hpp"
#include "Date.hpp"
Expand All @@ -24,12 +20,7 @@
#include "GameState.hpp"
#include "Controller.hpp"

using std::string;
using std::vector;
using std::map;
using std::pair;
using std::make_pair;
using std::ostream;

namespace monopoly {

Expand Down

0 comments on commit 3b69a5a

Please sign in to comment.