diff options
Diffstat (limited to 'engines/sword2/resman.cpp')
| -rw-r--r-- | engines/sword2/resman.cpp | 4 | 
1 files changed, 1 insertions, 3 deletions
diff --git a/engines/sword2/resman.cpp b/engines/sword2/resman.cpp index fa9c396ef3..a0561641d7 100644 --- a/engines/sword2/resman.cpp +++ b/engines/sword2/resman.cpp @@ -20,14 +20,12 @@   * 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/system.h" +#include "common/textconsole.h"  #include "sword2/sword2.h"  #include "sword2/defs.h"  | 
