diff options
Diffstat (limited to 'engines/sword2/startup.cpp')
| -rw-r--r-- | engines/sword2/startup.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sword2/startup.cpp b/engines/sword2/startup.cpp index e4572d3c1a..b39141fe32 100644 --- a/engines/sword2/startup.cpp +++ b/engines/sword2/startup.cpp @@ -20,13 +20,11 @@   * You should have received a copy of the GNU General Public License   * along with this program; if not, write to the Free Software   * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. - * - * $URL$ - * $Id$   */  #include "common/file.h" +#include "common/textconsole.h"  #include "sword2/sword2.h"  #include "sword2/defs.h"  | 
