~helenos-nicf/helenos/nicf

« back to all changes in this revision

Viewing changes to uspace/app/top/top.c

  • Committer: Radim Vansa
  • Date: 2011-09-20 21:55:59 UTC
  • mfrom: (697.1.517 HelenOS.mainline)
  • Revision ID: radim.vansa@matfyz.cz-20110920215559-7fjpai6wt5ieurcq
Merge with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
41
41
#include <task.h>
42
42
#include <thread.h>
43
43
#include <sys/time.h>
44
 
#include <arch/barrier.h>
45
44
#include <errno.h>
46
45
#include <sort.h>
47
46
#include "screen.h"
48
 
#include "input.h"
49
47
#include "top.h"
50
48
 
51
49
#define NAME  "top"