[Super-tux-commit] supertux/src supertux.cpp,1.35,1.36
Brought to you by:
wkendrick
From: Matze B. <mat...@us...> - 2004-11-29 00:22:44
|
Update of /cvsroot/super-tux/supertux/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8696 Modified Files: supertux.cpp Log Message: fix for last commit Index: supertux.cpp =================================================================== RCS file: /cvsroot/super-tux/supertux/src/supertux.cpp,v retrieving revision 1.35 retrieving revision 1.36 diff -u -d -r1.35 -r1.36 --- supertux.cpp 28 Nov 2004 14:56:49 -0000 1.35 +++ supertux.cpp 29 Nov 2004 00:22:35 -0000 1.36 @@ -25,7 +25,6 @@ #include <exception> #include <locale.h> -#include "utils/exceptions.h" #include "defines.h" #include "app/globals.h" #include "app/setup.h" |