diff --git a/top/top.c b/top/top.c index dfe53f17..a30228bd 100644 --- a/top/top.c +++ b/top/top.c @@ -232,7 +232,7 @@ enum Rel_items { }; // mem stack results extractor macro, where e=rel enum #define MEM_VAL(e) Mem_stack->head[e].result.ul_int - // --------------------------------------------- + // ------------------------------------------------- static struct procps_stat *Cpu_ctx; static struct procps_jiffs_hist *Cpu_jiffs; // ------------------------------------------------- diff --git a/top/top.h b/top/top.h index f16e7b8c..9ecb055d 100644 --- a/top/top.h +++ b/top/top.h @@ -20,8 +20,7 @@ #ifndef _Itop #define _Itop -#include -#include +#include /* Defines represented in configure.ac ----------------------------- */ //#define BOOST_PERCNT /* enable extra precision for two % fields */