mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 19:52:59 +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 ********************************************************************/
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue