summaryrefslogtreecommitdiffstats
path: root/MetersPanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'MetersPanel.c')
-rw-r--r--MetersPanel.c15
1 files changed, 11 insertions, 4 deletions
diff --git a/MetersPanel.c b/MetersPanel.c
index df1d6fbb..20d29d79 100644
--- a/MetersPanel.c
+++ b/MetersPanel.c
@@ -1,14 +1,21 @@
+/*
+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 <stdlib.h>
#include <assert.h>
/*{
+#include "Panel.h"
+#include "Settings.h"
+#include "ScreenManager.h"
typedef struct MetersPanel_ {
Panel super;