From bb4141a03a46c5a1246e3cdc19ea47a36c308ed1 Mon Sep 17 00:00:00 2001 From: Peter Veenstra Date: Sun, 1 Feb 2009 14:07:05 +0000 Subject: [PATCH] headers Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@3279 --- src/shell/shell.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/shell/shell.cpp b/src/shell/shell.cpp index 395fdcac..efd621f5 100644 --- a/src/shell/shell.cpp +++ b/src/shell/shell.cpp @@ -16,14 +16,14 @@ * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* $Id: shell.cpp,v 1.96 2009-01-11 18:22:59 c2woody Exp $ */ +/* $Id: shell.cpp,v 1.97 2009-02-01 14:07:05 qbix79 Exp $ */ #include #include #include #include "dosbox.h" #include "regs.h" -#include "setup.h" +#include "control.h" #include "shell.h" #include "callback.h" #include "support.h"