Changeset 8d2dd7f2 in mainline for uspace/app/trace/trace.c


Ignore:
Timestamp:
2017-05-13T19:03:14Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9c96634
Parents:
e48947e
Message:

Reduce the number of files that include <sys/types.h>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/trace.c

    re48947e r8d2dd7f2  
    3535#include <stdio.h>
    3636#include <stdlib.h>
     37#include <stdbool.h>
     38#include <stdint.h>
     39#include <stddef.h>
    3740#include <fibril.h>
    3841#include <errno.h>
     
    4245#include <mem.h>
    4346#include <str.h>
    44 #include <stdbool.h>
    4547#include <loader/loader.h>
    4648#include <io/console.h>
    4749#include <io/keycode.h>
    4850#include <fibril_synch.h>
    49 #include <sys/types.h>
    5051#include <sys/typefmt.h>
    5152#include <vfs/vfs.h>
Note: See TracChangeset for help on using the changeset viewer.