remove redundant includes
This commit is contained in:
parent
8d887ab28e
commit
dee0cde24b
2 changed files with 0 additions and 6 deletions
|
@ -2,9 +2,6 @@
|
||||||
#define TP5_PROJET_HPP 1
|
#define TP5_PROJET_HPP 1
|
||||||
|
|
||||||
#include "../includes/Tache.hpp"
|
#include "../includes/Tache.hpp"
|
||||||
#include <iostream>
|
|
||||||
#include <utility>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
struct Projet {
|
struct Projet {
|
||||||
// Alias parce que le type est long
|
// Alias parce que le type est long
|
||||||
|
|
|
@ -1,9 +1,6 @@
|
||||||
#ifndef TP5_PROTOPROJET_HPP
|
#ifndef TP5_PROTOPROJET_HPP
|
||||||
#define TP5_PROTOPROJET_HPP 1
|
#define TP5_PROTOPROJET_HPP 1
|
||||||
|
|
||||||
#include <iostream>
|
|
||||||
#include <vector>
|
|
||||||
|
|
||||||
#include "Projet.hpp"
|
#include "Projet.hpp"
|
||||||
|
|
||||||
class ProtoProjet : public Projet {
|
class ProtoProjet : public Projet {
|
||||||
|
|
Reference in a new issue