diff --git a/includes/Requete.h b/includes/Requete.h
index f729b0a5f67d7c92ff95736b33d4226a9ad6f35b..0391a11fd4772de976c25f383dda7d6a8ac5ad92 100644
--- a/includes/Requete.h
+++ b/includes/Requete.h
@@ -7,8 +7,6 @@ struct cell
 
 void ajout_tete(struct cell **p, char *al);
 int recherche(struct cell* liste,char* x);
-void affiche_airport(char* IATACODE,struct cellule_airport *Airports);
-void affiche_airline(char* IATACODE,struct cellule_airline *Airlines);
 void show_airport(char* IATACODE,Hashtable Vols);
 void show_airlines(char* IATACODE,Hashtable Vols);
 void show_flight(char * IATACODE,int month,int day,int weekday,Hashtable Vols);