Skip to content

Commit

Permalink
Merge pull request #1095 from lairworks/removeUsingNamespaceStd
Browse files Browse the repository at this point in the history
Remove unused `using namespace std;`
  • Loading branch information
DanRStevens authored Apr 29, 2023
2 parents 048f865 + 563973f commit 3489d9e
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 3489d9e

Please sign in to comment.