[libcalamares] Avoid using namespace std;
This commit is contained in:
parent
fa08e0ad73
commit
b92bef21f8
@ -34,11 +34,9 @@
|
||||
#include <QStandardPaths>
|
||||
#include <QTranslator>
|
||||
|
||||
|
||||
// stdc++
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
using std::cerr;
|
||||
|
||||
namespace CalamaresUtils
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user