Skip to content

Commit

Permalink
Clean up stray 'using namespace std;' statements (caught by clang++)
Browse files Browse the repository at this point in the history
  • Loading branch information
daniel-kristjansson committed Dec 10, 2012
1 parent 42e3b74 commit 92af4cb
Show file tree
Hide file tree
Showing 14 changed files with 0 additions and 42 deletions.
3 changes: 0 additions & 3 deletions mythtv/libs/libmythprotoserver/requesthandler/deletethread.h
Expand Up @@ -5,9 +5,6 @@
#include <stdint.h>
#include <unistd.h>

// C++ headers
using namespace std;

// Qt headers
#include <QMutex>
#include <QTimer>
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythavtest/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythbackend/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythcommflag/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythfilldatabase/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythjobqueue/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythlcdserver/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythmediaserver/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythmetadatalookup/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>
#include <QList>

Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythpreviewgen/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythshutdown/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythtranscode/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythtv-setup/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down
3 changes: 0 additions & 3 deletions mythtv/programs/mythwelcome/commandlineparser.cpp
@@ -1,6 +1,3 @@

using namespace std;

#include <QString>

#include "mythcorecontext.h"
Expand Down

0 comments on commit 92af4cb

Please sign in to comment.