From 84281bdc44ea42e110efd256cdcdd37a84276204 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 26 Dec 2011 21:35:57 +0000 Subject: major header cleanup --- ColorsPanel.c | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) (limited to 'ColorsPanel.c') diff --git a/ColorsPanel.c b/ColorsPanel.c index 374e1df2..aa9292d9 100644 --- a/ColorsPanel.c +++ b/ColorsPanel.c @@ -1,15 +1,19 @@ +/* +htop - ColorsPanel.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 "config.h" -#include "CRT.h" #include "ColorsPanel.h" -#include "Panel.h" +#include "CRT.h" #include "CheckItem.h" -#include "Settings.h" -#include "ScreenManager.h" - #include "debug.h" + #include +#include +#include // TO ADD A NEW SCHEME: // * Increment the size of bool check in ColorsPanel.h @@ -18,6 +22,9 @@ // * Add the colors in CRT_setColors /*{ +#include "Panel.h" +#include "Settings.h" +#include "ScreenManager.h" typedef struct ColorsPanel_ { Panel super; -- cgit v1.2.3