kernel/util: Use private/kernel/debug.h

This commit is contained in:
Pawel Dziepak 2013-10-08 01:32:53 +02:00
parent 31e65090db
commit 4cba4ff1df
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@
#define KERNEL_UTIL_BITMAP_H
#include <Debug.h>
#include <debug.h>
#include <SupportDefs.h>