mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +00:00
[CPORTLIB] Remove any usage of debug.h since this lib implements the support for said debugging output.
This commit is contained in:
parent
9a523c8135
commit
c1a8dce23c
2 changed files with 2 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue