From e2b58f0ab81b2aafeb8c29a69abad7829fa21ab3 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 11 Apr 2016 13:00:30 +0200 Subject: Imported Upstream version 1.0.1 --- MetersPanel.c | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'MetersPanel.c') diff --git a/MetersPanel.c b/MetersPanel.c index df1d6fb..8302c5a 100644 --- a/MetersPanel.c +++ b/MetersPanel.c @@ -1,14 +1,19 @@ +/* +htop - MetersPanel.c +(C) 2004-2011 Hisham H. Muhammad +Released under the GNU GPL, see the COPYING file +in the source distribution for its full text. +*/ #include "MetersPanel.h" -#include "Panel.h" -#include "Settings.h" -#include "ScreenManager.h" - -#include "debug.h" +#include #include /*{ +#include "Panel.h" +#include "Settings.h" +#include "ScreenManager.h" typedef struct MetersPanel_ { Panel super; -- cgit v1.2.3