From 46cbb48f3f3c62a42a67c503ed233f8fac961750 Mon Sep 17 00:00:00 2001 From: Sjoerd van der Berg Date: Fri, 25 Oct 2002 21:27:24 +0000 Subject: [PATCH] Removed #include Added a config file help string. Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@430 --- src/debug/debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/debug.cpp b/src/debug/debug.cpp index 998d2bac..29c0dbe5 100644 --- a/src/debug/debug.cpp +++ b/src/debug/debug.cpp @@ -20,7 +20,6 @@ #include #include -#include #include "dosbox.h" #if C_DEBUG @@ -971,6 +970,7 @@ static void DEBUG_ShutDown(Section * sec) void DEBUG_Init(Section* sec) { + MSG_Add("DEBUG_CONFIGFILE_HELP","Nothing to setup yet!\n"); DEBUG_DrawScreen(); /* Add some keyhandlers */ KEYBOARD_AddEvent(KBD_kpminus,0,DEBUG_Enable);