From f38eb4bd8fecc2cf035e51d67a294aa457c48627 Mon Sep 17 00:00:00 2001 From: rubidium Date: Sun, 4 Feb 2007 11:31:24 +0000 Subject: [PATCH] (svn r8575) -Fix (8125): remove unused include --- src/station.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/station.h b/src/station.h index 0f50bff754..eb345f0d04 100644 --- a/src/station.h +++ b/src/station.h @@ -3,7 +3,6 @@ #ifndef STATION_H #define STATION_H -#include #include "player.h" #include "oldpool.h" #include "sprite.h"