diff options
Diffstat (limited to 'engines/hugo/file_v1d.cpp')
| -rw-r--r-- | engines/hugo/file_v1d.cpp | 5 | 
1 files changed, 2 insertions, 3 deletions
diff --git a/engines/hugo/file_v1d.cpp b/engines/hugo/file_v1d.cpp index 48f274e88a..9ebd9d284c 100644 --- a/engines/hugo/file_v1d.cpp +++ b/engines/hugo/file_v1d.cpp @@ -18,9 +18,6 @@   * 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$ - *   */  /* @@ -30,7 +27,9 @@   *   */ +#include "common/debug.h"  #include "common/system.h" +#include "common/textconsole.h"  #include "hugo/hugo.h"  #include "hugo/file.h"  | 
