summaryrefslogtreecommitdiffstats
path: root/AffinityPanel.c
diff options
context:
space:
mode:
Diffstat (limited to 'AffinityPanel.c')
-rw-r--r--AffinityPanel.c9
1 files changed, 6 insertions, 3 deletions
diff --git a/AffinityPanel.c b/AffinityPanel.c
index 0a964882..0027d4a4 100644
--- a/AffinityPanel.c
+++ b/AffinityPanel.c
@@ -5,14 +5,17 @@ Released under the GNU GPLv2, see the COPYING file
in the source distribution for its full text.
*/
-#include "AffinityPanel.h"
-#include "CRT.h"
+#include "config.h"
-#include "Vector.h"
+#include "AffinityPanel.h"
#include <assert.h>
#include <string.h>
+#include "CRT.h"
+#include "StringUtils.h"
+#include "Vector.h"
+
#ifdef HAVE_LIBHWLOC
#include <hwloc.h>
#endif