Removed references to obsolete config.h preventing compilation

svn path=/trunk/; revision=1830
This commit is contained in:
Phillip Susi 2001-04-26 03:58:33 +00:00
parent dff9686ea0
commit 6de9186661
11 changed files with 8 additions and 20 deletions

View file

@ -1,4 +1,4 @@
/* $Id: halinit.c,v 1.19 2001/04/16 02:02:04 dwelch Exp $
/* $Id: halinit.c,v 1.20 2001/04/26 03:58:31 phreak Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -12,7 +12,6 @@
/* INCLUDES *****************************************************************/
#include <ddk/ntddk.h>
#include <internal/config.h>
#include <internal/hal/hal.h>
#include <internal/ntoskrnl.h>

View file

@ -1,4 +1,4 @@
/* $Id: mp.c,v 1.13 2001/04/20 12:42:23 chorns Exp $
/* $Id: mp.c,v 1.14 2001/04/26 03:58:31 phreak Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -15,7 +15,6 @@
/* INCLUDES *****************************************************************/
#include <ddk/ntddk.h>
#include <internal/config.h>
#define NDEBUG
#include <internal/debug.h>

View file

@ -3,7 +3,6 @@
#define __MODULE_H
#include <ddk/ntddk.h>
#include <internal/config.h>
#include <pe.h>
#ifdef KDBG

View file

@ -1,4 +1,4 @@
/* $Id: kdebug.c,v 1.23 2001/04/10 17:48:17 dwelch Exp $
/* $Id: kdebug.c,v 1.24 2001/04/26 03:58:32 phreak Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -13,7 +13,6 @@
#include <internal/ntoskrnl.h>
#include <internal/kd.h>
#include <internal/mm.h>
#include <internal/config.h>
#include "../dbg/kdb.h"
/* serial debug connection */

View file

@ -28,7 +28,6 @@
/* INCLUDES *****************************************************************/
#include <ddk/ntddk.h>
#include <internal/config.h>
#include <internal/ntoskrnl.h>
#include <internal/ke.h>
#include <internal/i386/segment.h>

View file

@ -1,4 +1,4 @@
/* $Id: irq.c,v 1.12 2001/04/20 12:42:23 chorns Exp $
/* $Id: irq.c,v 1.13 2001/04/26 03:58:32 phreak Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -19,7 +19,6 @@
/* INCLUDES ****************************************************************/
#include <ddk/ntddk.h>
#include <internal/config.h>
#include <internal/ke.h>
#include <internal/ps.h>
#include <internal/i386/segment.h>

View file

@ -1,4 +1,3 @@
#include <internal/config.h>
#include <internal/ntoskrnl.h>
#include <internal/i386/segment.h>

View file

@ -16,7 +16,7 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
/* $Id: main.c,v 1.93 2001/04/17 23:39:25 dwelch Exp $
/* $Id: main.c,v 1.94 2001/04/26 03:58:32 phreak Exp $
*
* PROJECT: ReactOS kernel
* FILE: ntoskrnl/ke/main.c
@ -29,7 +29,6 @@
/* INCLUDES *****************************************************************/
#include <ddk/ntddk.h>
#include <internal/config.h>
#include <internal/ntoskrnl.h>
#include <reactos/resource.h>
#include <internal/mm.h>
@ -43,7 +42,6 @@
#include <internal/v86m.h>
#include <internal/kd.h>
#include <internal/trap.h>
#include <internal/config.h>
#include "../dbg/kdb.h"
#define NDEBUG

View file

@ -1,4 +1,4 @@
/* $Id: spinlock.c,v 1.8 2001/04/17 23:39:25 dwelch Exp $
/* $Id: spinlock.c,v 1.9 2001/04/26 03:58:32 phreak Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -17,7 +17,6 @@
/* INCLUDES ****************************************************************/
#include <ddk/ntddk.h>
#include <internal/config.h>
#include <internal/debug.h>

View file

@ -1,4 +1,4 @@
/* $Id: loader.c,v 1.74 2001/04/23 22:00:28 ea Exp $
/* $Id: loader.c,v 1.75 2001/04/26 03:58:32 phreak Exp $
*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: ReactOS kernel
@ -25,7 +25,6 @@
#include <limits.h>
#include <ddk/ntddk.h>
#include <internal/config.h>
#include <internal/module.h>
#include <internal/ntoskrnl.h>
#include <internal/mm.h>

View file

@ -1,4 +1,4 @@
/* $Id: mminit.c,v 1.18 2001/04/13 16:12:26 chorns Exp $
/* $Id: mminit.c,v 1.19 2001/04/26 03:58:33 phreak Exp $
*
* COPYRIGHT: See COPYING in the top directory
* PROJECT: ReactOS kernel
@ -12,7 +12,6 @@
/* INCLUDES *****************************************************************/
#include <ddk/ntddk.h>
#include <internal/config.h>
#include <internal/i386/segment.h>
#include <internal/mm.h>
#include <internal/ntoskrnl.h>