Changeset 22d990c in mainline for uspace/srv/devman/drv_conn.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/drv_conn.c

    r8a74512 r22d990c  
    3636
    3737#include <assert.h>
     38#include <ipc/services.h>
     39#include <ns.h>
    3840#include <async.h>
     41#include <stdio.h>
    3942#include <errno.h>
     43#include <str_error.h>
     44#include <stdbool.h>
    4045#include <fibril_synch.h>
     46#include <stdlib.h>
     47#include <str.h>
    4148#include <io/log.h>
    4249#include <ipc/devman.h>
    43 #include <ipc/services.h>
    4450#include <loc.h>
    45 #include <ns.h>
    46 #include <stdbool.h>
    47 #include <stdio.h>
    48 #include <stdlib.h>
    49 #include <str.h>
    50 #include <str_error.h>
    5151#include <sysman/broker.h>
    5252
Note: See TracChangeset for help on using the changeset viewer.