Changeset 7ee7e6a in mainline for uspace/app/edit/edit.c


Ignore:
Timestamp:
2017-05-15T21:24:35Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
adc68de
Parents:
0e7c3d9
Message:

Further reduce the number of inclusions of sys/types.h

File:
1 edited

Legend:

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

    r0e7c3d9 r7ee7e6a  
    3838#include <stdio.h>
    3939#include <stdlib.h>
    40 #include <sys/types.h>
     40#include <stddef.h>
     41#include <stdbool.h>
    4142#include <vfs/vfs.h>
    4243#include <io/console.h>
     
    4748#include <macros.h>
    4849#include <clipboard.h>
    49 #include <stdbool.h>
     50#include <libarch/types.h>
    5051
    5152#include "sheet.h"
Note: See TracChangeset for help on using the changeset viewer.