Changeset 7ee7e6a in mainline for uspace/app/edit/edit.c
- Timestamp:
- 2017-05-15T21:24:35Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- adc68de
- Parents:
- 0e7c3d9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/edit/edit.c
r0e7c3d9 r7ee7e6a 38 38 #include <stdio.h> 39 39 #include <stdlib.h> 40 #include <sys/types.h> 40 #include <stddef.h> 41 #include <stdbool.h> 41 42 #include <vfs/vfs.h> 42 43 #include <io/console.h> … … 47 48 #include <macros.h> 48 49 #include <clipboard.h> 49 #include < stdbool.h>50 #include <libarch/types.h> 50 51 51 52 #include "sheet.h"
Note:
See TracChangeset
for help on using the changeset viewer.