1
0
Fork 0

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:
fredb 2006-03-02 22:52:05 +00:00
parent 170ed002e2
commit 1051288b9d

View file

@ -5,7 +5,6 @@
#include "Launchbar.hpp"
using namespace std;
namespace yasim {
static const float YASIM_PI2 = 3.14159265358979323846/2;