Changeset bab75df6 in mainline for kernel/test/mm/falloc1.c


Ignore:
Timestamp:
2018-11-01T09:36:24Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a6e55886
Parents:
482f968
git-author:
Jiri Svoboda <jiri@…> (2018-10-31 17:34:06)
git-committer:
Jiri Svoboda <jiri@…> (2018-11-01 09:36:24)
Message:

Let kernel code get printf via the standard stdio header. Clean up unused includes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/test/mm/falloc1.c

    r482f968 rbab75df6  
    2727 */
    2828
    29 #include <print.h>
    3029#include <test.h>
    3130#include <mm/page.h>
     
    3433#include <arch/mm/page.h>
    3534#include <typedefs.h>
    36 #include <debug.h>
    3735#include <align.h>
    3836
Note: See TracChangeset for help on using the changeset viewer.