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

    r8a74512 r22d990c  
    4141#include <abi/ipc/methods.h>
    4242#include <ns.h>
    43 #include <as.h>
    4443#include <async.h>
    4544#include <stdatomic.h>
     
    4847#include <stdio.h>
    4948#include <ipc/services.h>
    50 #include <macros.h>
    5149#include <stdbool.h>
    5250#include <stdio.h>
    5351#include <str.h>
     52#include <as.h>
     53#include <macros.h>
    5454#include <sysman/broker.h>
     55
    5556#include "vfs.h"
    5657
Note: See TracChangeset for help on using the changeset viewer.