From b6828d7b8676a8a0e51f8fa2be0dc51977a451e4 Mon Sep 17 00:00:00 2001 From: Hugo Musso Gualandi Date: Sat, 12 Sep 2020 23:32:31 -0300 Subject: Remove some unused #includes As suggested by cppclean. --- Action.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'Action.h') diff --git a/Action.h b/Action.h index 8e5cc9b6..0ec0537f 100644 --- a/Action.h +++ b/Action.h @@ -7,12 +7,11 @@ Released under the GNU GPL, see the COPYING file in the source distribution for its full text. */ -#include "IncSet.h" -#include "Settings.h" #include "Header.h" -#include "UsersTable.h" -#include "ProcessList.h" #include "Panel.h" +#include "ProcessList.h" +#include "Settings.h" +#include "UsersTable.h" typedef enum { HTOP_OK = 0x00, -- cgit v1.2.3