summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Action.h7
-rw-r--r--MainPanel.h4
-rw-r--r--ScreenManager.h1
3 files changed, 5 insertions, 7 deletions
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,
diff --git a/MainPanel.h b/MainPanel.h
index 582dd2ec..ca064722 100644
--- a/MainPanel.h
+++ b/MainPanel.h
@@ -8,9 +8,9 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
-#include "Panel.h"
#include "Action.h"
-#include "Settings.h"
+#include "IncSet.h"
+#include "Panel.h"
typedef struct MainPanel_ {
Panel super;
diff --git a/ScreenManager.h b/ScreenManager.h
index 69d983a0..3c19a05d 100644
--- a/ScreenManager.h
+++ b/ScreenManager.h
@@ -7,7 +7,6 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
-#include "FunctionBar.h"
#include "Vector.h"
#include "Header.h"
#include "Settings.h"