move using namespace below includes

fixes ambiguity between <wchar.h> and <cwchar>
This commit is contained in:
Palana 2013-11-28 20:48:00 +01:00
parent e5c99175c5
commit 99b06288ba

View file

@ -16,7 +16,6 @@
******************************************************************************/
#include <sstream>
using namespace std;
#include <util/bmem.h>
#include <util/platform.h>
@ -25,6 +24,7 @@ using namespace std;
#include "window-obs-basic.hpp"
#include "obs-wrappers.hpp"
#include "wx-wrappers.hpp"
using namespace std;
IMPLEMENT_APP(OBSApp);