Skip to content

Commit

Permalink
Remove unused using namespace std;
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Apr 29, 2023
1 parent 048f865 commit 563973f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion NAS2D/EventHandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
extern SDL_Window* underlyingWindow;


using namespace std;
using namespace NAS2D;

/**
Expand Down
1 change: 0 additions & 1 deletion NAS2D/StateManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
#include "State.h"
#include "Mixer/Mixer.h"

using namespace std;
using namespace NAS2D;

StateManager::StateManager() :
Expand Down
1 change: 0 additions & 1 deletion NAS2D/Xml/XmlAttribute.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
#include "XmlAttribute.h"
#include <stdexcept>

using namespace std;
using namespace NAS2D::Xml;

XmlAttribute::XmlAttribute() :
Expand Down

0 comments on commit 563973f

Please sign in to comment.