From dee0cde24ba52d6abc27a9e3f08a7916f1f5eb31 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 27 Oct 2023 19:35:30 +0200 Subject: [PATCH] remove redundant includes --- includes/Projet.hpp | 3 --- includes/ProtoProjet.hpp | 3 --- 2 files changed, 6 deletions(-) diff --git a/includes/Projet.hpp b/includes/Projet.hpp index 01adafb..ba6b81f 100644 --- a/includes/Projet.hpp +++ b/includes/Projet.hpp @@ -2,9 +2,6 @@ #define TP5_PROJET_HPP 1 #include "../includes/Tache.hpp" -#include -#include -#include struct Projet { // Alias parce que le type est long diff --git a/includes/ProtoProjet.hpp b/includes/ProtoProjet.hpp index e09e54a..6cca5fa 100644 --- a/includes/ProtoProjet.hpp +++ b/includes/ProtoProjet.hpp @@ -1,9 +1,6 @@ #ifndef TP5_PROTOPROJET_HPP #define TP5_PROTOPROJET_HPP 1 -#include -#include - #include "Projet.hpp" class ProtoProjet : public Projet {