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

    r8a74512 r22d990c  
    3636 */
    3737
    38 #include <assert.h>
     38#include <ipc/services.h>
     39#include <ns.h>
    3940#include <async.h>
     41#include <stdio.h>
    4042#include <errno.h>
    41 #include <ipc/loc.h>
    42 #include <ipc/services.h>
     43#include <stdbool.h>
    4344#include <fibril_synch.h>
    4445#include <macros.h>
    45 #include <ns.h>
    46 #include <stdbool.h>
    47 #include <stdio.h>
    4846#include <stdlib.h>
    4947#include <str.h>
    5048#include <str_error.h>
     49#include <ipc/loc.h>
     50#include <assert.h>
    5151#include <sysman/broker.h>
    5252#include <sysman/ctl.h>
Note: See TracChangeset for help on using the changeset viewer.