Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 4508 → Rev 4509

/trunk/uspace/srv/ns/clonable.c
32,7 → 32,7
 
#include <ipc/ipc.h>
#include <ipc/services.h>
#include <libadt/list.h>
#include <adt/list.h>
#include <bool.h>
#include <errno.h>
#include <assert.h>
/trunk/uspace/srv/ns/service.c
31,7 → 31,7
*/
 
#include <ipc/ipc.h>
#include <libadt/hash_table.h>
#include <adt/hash_table.h>
#include <assert.h>
#include <errno.h>
#include "service.h"
/trunk/uspace/srv/ns/task.c
31,7 → 31,7
*/
 
#include <ipc/ipc.h>
#include <libadt/hash_table.h>
#include <adt/hash_table.h>
#include <bool.h>
#include <errno.h>
#include <assert.h>