[lib] remove assert.h from debug.h, which clears up an order of inclusion problem
This commit is contained in:
@@ -23,7 +23,6 @@
|
||||
#ifndef __DEBUG_H
|
||||
#define __DEBUG_H
|
||||
|
||||
#include <assert.h>
|
||||
#include <stdarg.h>
|
||||
#include <compiler.h>
|
||||
#include <platform/debug.h>
|
||||
|
||||
@@ -41,6 +41,7 @@
|
||||
*/
|
||||
|
||||
#include <debug.h>
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
#include <kernel/event.h>
|
||||
|
||||
|
||||
@@ -30,6 +30,7 @@
|
||||
*/
|
||||
|
||||
#include <debug.h>
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
#include <kernel/mutex.h>
|
||||
#include <kernel/thread.h>
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
* @{
|
||||
*/
|
||||
#include <debug.h>
|
||||
#include <assert.h>
|
||||
#include <list.h>
|
||||
#include <malloc.h>
|
||||
#include <string.h>
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
* @{
|
||||
*/
|
||||
#include <debug.h>
|
||||
#include <assert.h>
|
||||
#include <list.h>
|
||||
#include <kernel/thread.h>
|
||||
#include <kernel/timer.h>
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
#include <debug.h>
|
||||
#include <pow2.h>
|
||||
#include <string.h>
|
||||
#include <assert.h>
|
||||
#include <lib/cbuf.h>
|
||||
#include <kernel/event.h>
|
||||
|
||||
|
||||
@@ -21,6 +21,7 @@
|
||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include <debug.h>
|
||||
#include <assert.h>
|
||||
#include <string.h>
|
||||
#include <ctype.h>
|
||||
#include <stdio.h>
|
||||
|
||||
@@ -22,6 +22,7 @@
|
||||
* SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
#include <debug.h>
|
||||
#include <assert.h>
|
||||
#include <err.h>
|
||||
#include <list.h>
|
||||
#include <rand.h>
|
||||
|
||||
Reference in New Issue
Block a user