summaryrefslogtreecommitdiffstats
path: root/ProcessList.h
diff options
context:
space:
mode:
Diffstat (limited to 'ProcessList.h')
-rw-r--r--ProcessList.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ProcessList.h b/ProcessList.h
index 7b572d8f..34f92b1b 100644
--- a/ProcessList.h
+++ b/ProcessList.h
@@ -7,12 +7,12 @@ Released under the GNU GPL, see the COPYING file
in the source distribution for its full text.
*/
-#include "Vector.h"
#include "Hashtable.h"
-#include "UsersTable.h"
#include "Panel.h"
#include "Process.h"
#include "Settings.h"
+#include "UsersTable.h"
+#include "Vector.h"
#ifdef HAVE_LIBHWLOC
#include <hwloc.h>