summaryrefslogtreecommitdiffstats
path: root/ColumnsPanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'ColumnsPanel.c')
-rw-r--r--ColumnsPanel.c17
1 files changed, 13 insertions, 4 deletions
diff --git a/ColumnsPanel.c b/ColumnsPanel.c
index e1a75587..ec25d466 100644
--- a/ColumnsPanel.c
+++ b/ColumnsPanel.c
@@ -1,14 +1,23 @@
+/*
+htop - ColumnsPanel.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 "ColumnsPanel.h"
-#include "Panel.h"
-#include "Settings.h"
-#include "ScreenManager.h"
-
+#include "String.h"
#include "debug.h"
+
#include <assert.h>
+#include <stdlib.h>
+#include <ctype.h>
/*{
+#include "Panel.h"
+#include "Settings.h"
+#include "ScreenManager.h"
typedef struct ColumnsPanel_ {
Panel super;