summaryrefslogtreecommitdiffstats
path: root/Action.h
diff options
context:
space:
mode:
Diffstat (limited to 'Action.h')
-rw-r--r--Action.h11
1 files changed, 3 insertions, 8 deletions
diff --git a/Action.h b/Action.h
index cf0169c4..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,
@@ -37,14 +36,10 @@ typedef struct State_ {
Object* Action_pickFromVector(State* st, Panel* list, int x, bool followProcess);
-// ----------------------------------------
-
bool Action_setUserOnly(const char* userName, uid_t* userId);
Htop_Reaction Action_setSortKey(Settings* settings, ProcessField sortKey);
-// ----------------------------------------
-
Htop_Reaction Action_follow(State* st);
void Action_setBindings(Htop_Action* keys);