Changeset 1d6dd2a in mainline for uspace/lib/c/include/stdio.h


Ignore:
Timestamp:
2018-01-13T15:53:02Z (7 years ago)
Author:
Jiří Zárevúcky <zarevucky.jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b5746a2
Parents:
bd76871
Message:

Remove unnecessary includes from <stdio.h>.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/stdio.h

    rbd76871 r1d6dd2a  
    3737
    3838#include <stdarg.h>
    39 #include <str.h>
    4039#include <io/verify.h>
    41 #include <abi/kio.h>
     40#include <_bits/size_t.h>
     41#include <_bits/wchar_t.h>
    4242
    4343#define EOF  (-1)
Note: See TracChangeset for help on using the changeset viewer.