mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
[libcalamares] Avoid using namespace std;
This commit is contained in:
parent
fa08e0ad73
commit
b92bef21f8
1 changed files with 1 additions and 3 deletions
|
@ -34,11 +34,9 @@
|
|||
#include <QStandardPaths>
|
||||
#include <QTranslator>
|
||||
|
||||
|
||||
// stdc++
|
||||
#include <iostream>
|
||||
|
||||
using namespace std;
|
||||
using std::cerr;
|
||||
|
||||
namespace CalamaresUtils
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue