Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 768246
Collapse All | Expand All

(-)a/UI/platform-x11.cpp (-1 / +4 lines)
Lines 48-54 Link Here
48
#include <thread>
48
#include <thread>
49
#endif
49
#endif
50
50
51
using namespace std;
51
//using namespace std;
52
using std::string;
53
using std::vector;
54
using std::ostringstream;
52
55
53
#ifdef __linux__
56
#ifdef __linux__
54
void RunningInstanceCheck(bool &already_running)
57
void RunningInstanceCheck(bool &already_running)

Return to bug 768246