remove redundant includes

This commit is contained in:
Mylloon 2023-10-27 19:35:30 +02:00
parent 8d887ab28e
commit dee0cde24b
Signed by: Anri
GPG key ID: A82D63DFF8D1317F
2 changed files with 0 additions and 6 deletions

View file

@ -2,9 +2,6 @@
#define TP5_PROJET_HPP 1
#include "../includes/Tache.hpp"
#include <iostream>
#include <utility>
#include <vector>
struct Projet {
// Alias parce que le type est long

View file

@ -1,9 +1,6 @@
#ifndef TP5_PROTOPROJET_HPP
#define TP5_PROTOPROJET_HPP 1
#include <iostream>
#include <vector>
#include "Projet.hpp"
class ProtoProjet : public Projet {