Pārlūkot izejas kodu

misc: remove 100% of the "using namespace std;" madness.

master
Sam Hocevar pirms 10 gadiem
vecāks
revīzija
d2cb94e057
5 mainītis faili ar 0 papildinājumiem un 5 dzēšanām
  1. +0
    -1
      neercs/neercs.cpp
  2. +0
    -1
      neercs/term/ansi.cpp
  3. +0
    -1
      neercs/term/pty.cpp
  4. +0
    -1
      neercs/term/term.cpp
  5. +0
    -1
      neercs/video/text-render.cpp

+ 0
- 1
neercs/neercs.cpp Parādīt failu

@@ -14,7 +14,6 @@

#include <caca.h>

using namespace std;
using namespace lol;

#include "neercs.h"


+ 0
- 1
neercs/term/ansi.cpp Parādīt failu

@@ -20,7 +20,6 @@

#include <lol/main.h>

using namespace std;
using namespace lol;

#include "../neercs.h"


+ 0
- 1
neercs/term/pty.cpp Parādīt failu

@@ -36,7 +36,6 @@
#include <lol/main.h>
#include "loldebug.h"

using namespace std;
using namespace lol;

#include "../neercs.h"


+ 0
- 1
neercs/term/term.cpp Parādīt failu

@@ -8,7 +8,6 @@

#include <lol/main.h>

using namespace std;
using namespace lol;

#include "../neercs.h"


+ 0
- 1
neercs/video/text-render.cpp Parādīt failu

@@ -15,7 +15,6 @@
#include <lol/main.h>
#include "lolgl.h"

using namespace std;
using namespace lol;

#include "../neercs.h"


Notiek ielāde…
Atcelt
Saglabāt