Changeset 7354b5e in mainline for uspace/app/trace/trace.c


Ignore:
Timestamp:
2017-06-10T10:06:39Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
63e27ef
Parents:
e299dbe
Message:

Remove sys/typefmt.h

File:
1 edited

Legend:

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

    re299dbe r7354b5e  
    3838#include <stdint.h>
    3939#include <stddef.h>
     40#include <inttypes.h>
    4041#include <fibril.h>
    4142#include <errno.h>
     
    4950#include <io/keycode.h>
    5051#include <fibril_synch.h>
    51 #include <sys/typefmt.h>
    5252#include <vfs/vfs.h>
    5353
Note: See TracChangeset for help on using the changeset viewer.