Changeset 6c9d3bc in mainline


Ignore:
Timestamp:
2017-11-15T12:14:40Z (6 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e7a8bd2
Parents:
517c67ab
git-author:
Jiri Svoboda <jiri@…> (2017-11-15 07:59:05)
git-committer:
Jiri Svoboda <jiri@…> (2017-11-15 12:14:40)
Message:

Remove more unused includes.

Location:
uspace/drv
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/drv/block/ata_bd/ata_bd.c

    r517c67ab r6c9d3bc  
    6262#include <stddef.h>
    6363#include <str.h>
    64 #include <loc.h>
    6564#include <inttypes.h>
    6665#include <errno.h>
    6766#include <byteorder.h>
    68 #include <task.h>
    6967#include <macros.h>
    7068
  • uspace/drv/fb/kfb/kfb.c

    r517c67ab r6c9d3bc  
    3636#include <errno.h>
    3737#include <stdio.h>
    38 #include <loc.h>
    39 #include <async.h>
    40 #include <task.h>
    4138#include <graph.h>
    4239#include "port.h"
Note: See TracChangeset for help on using the changeset viewer.