From 65357c8c46154de4e4eca14075bfe5523bb5fc14 Mon Sep 17 00:00:00 2001 From: Daniel Lange Date: Mon, 7 Dec 2020 10:26:01 +0100 Subject: New upstream version 3.0.3 --- CategoriesPanel.h | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'CategoriesPanel.h') diff --git a/CategoriesPanel.h b/CategoriesPanel.h index fefc3e9..0582c64 100644 --- a/CategoriesPanel.h +++ b/CategoriesPanel.h @@ -3,14 +3,15 @@ /* htop - CategoriesPanel.h (C) 2004-2011 Hisham H. Muhammad -Released under the GNU GPL, see the COPYING file +Released under the GNU GPLv2, see the COPYING file in the source distribution for its full text. */ +#include "Header.h" #include "Panel.h" -#include "Settings.h" -#include "ScreenManager.h" #include "ProcessList.h" +#include "ScreenManager.h" +#include "Settings.h" typedef struct CategoriesPanel_ { Panel super; @@ -23,7 +24,7 @@ typedef struct CategoriesPanel_ { void CategoriesPanel_makeMetersPage(CategoriesPanel* this); -extern PanelClass CategoriesPanel_class; +extern const PanelClass CategoriesPanel_class; CategoriesPanel* CategoriesPanel_new(ScreenManager* scr, Settings* settings, Header* header, ProcessList* pl); -- cgit v1.2.3