namespace fix

This commit is contained in:
Jonas Urban 2026-04-29 17:14:37 +02:00
parent b685a3dfae
commit 6303f5f224
4 changed files with 0 additions and 8 deletions

View File

@ -3,8 +3,6 @@
#include <string>
#include <sstream>
using namespace std;
string Luftfahrzeug::text()
{
stringstream ausgabe;

View File

@ -1,8 +1,6 @@
#include "Radfahrzeug.h"
#include <sstream>
using namespace std;
string Radfahrzeug::text()
{
stringstream ausgabe;

View File

@ -2,8 +2,6 @@
#include <sstream>
#include <string>
using namespace std;
void Verkehrsmittel::bewege(int zielx, int ziely)
{
x = zielx;

View File

@ -3,8 +3,6 @@
#include "Radfahrzeug.h"
#include <sstream>
using namespace std;
string PKW::text()
{
stringstream ausgabe;