From c6f04a9c5d33d16623f1c20f0987dd3a992379e7 Mon Sep 17 00:00:00 2001 From: Benny Baumann Date: Sat, 19 Sep 2020 20:22:34 +0200 Subject: Move xAsprintf, xSnprintf and xStrdup to StringUtils.h --- AffinityPanel.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'AffinityPanel.c') 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 #include +#include "CRT.h" +#include "StringUtils.h" +#include "Vector.h" + #ifdef HAVE_LIBHWLOC #include #endif -- cgit v1.2.3