mirror of
https://github.com/reactos/reactos.git
synced 2026-06-01 00:40:26 +08:00
[CPORTLIB] Remove any usage of debug.h since this lib implements the support for said debugging output.
This commit is contained in:
@@ -30,14 +30,11 @@
|
||||
|
||||
/* INCLUDES *******************************************************************/
|
||||
|
||||
#include <cportlib/cportlib.h>
|
||||
#include <drivers/serial/ns16550.h>
|
||||
#include <intrin.h>
|
||||
#include <ioaccess.h>
|
||||
#include <ntstatus.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
#include <cportlib/cportlib.h>
|
||||
#include <drivers/serial/ns16550.h>
|
||||
|
||||
/* GLOBALS ********************************************************************/
|
||||
|
||||
|
||||
@@ -12,16 +12,12 @@
|
||||
#include <intrin.h>
|
||||
#include <ioaccess.h>
|
||||
#include <ntstatus.h>
|
||||
#include <ntstatus.h>
|
||||
#include <cportlib/cportlib.h>
|
||||
#include <drivers/pc98/serial.h>
|
||||
#include <drivers/pc98/sysport.h>
|
||||
#include <drivers/pc98/pit.h>
|
||||
#include <drivers/pc98/cpu.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
/* GLOBALS ********************************************************************/
|
||||
|
||||
#define TIMEOUT_COUNT 1024 * 200
|
||||
|
||||
Reference in New Issue
Block a user