Changeset 22d990c in mainline for uspace/srv/devman/driver.c


Ignore:
Timestamp:
2020-01-11T00:36:26Z (4 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Children:
06599a1
Parents:
8a74512
Message:

Clean up code

Correcting order of includes. Remove unnecessary new lines. Removing
old function declaration. Typos.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/devman/driver.c

    r8a74512 r22d990c  
    3636#include <io/log.h>
    3737#include <vfs/vfs.h>
    38 #include <dirent.h>
    3938#include <loc.h>
     39#include <str_error.h>
    4040#include <stdio.h>
    41 #include <str_error.h>
    4241#include <sysman/ctl.h>
    4342#include <task.h>
Note: See TracChangeset for help on using the changeset viewer.