Remove a useless and harmful statement : MSVC complains std is not a valid namespace because no STL header is included
This commit is contained in:
parent
170ed002e2
commit
1051288b9d
1 changed files with 0 additions and 1 deletions
|
@ -5,7 +5,6 @@
|
||||||
|
|
||||||
#include "Launchbar.hpp"
|
#include "Launchbar.hpp"
|
||||||
|
|
||||||
using namespace std;
|
|
||||||
namespace yasim {
|
namespace yasim {
|
||||||
|
|
||||||
static const float YASIM_PI2 = 3.14159265358979323846/2;
|
static const float YASIM_PI2 = 3.14159265358979323846/2;
|
||||||
|
|
Loading…
Add table
Reference in a new issue