IWYU update (FreeBSD)

This commit is contained in:
Christian Goettsche
2020-11-18 15:12:18 +01:00
committed by BenBE
parent 7cf5277594
commit f5c3349bdb
14 changed files with 63 additions and 52 deletions

View File

@ -13,8 +13,6 @@ in the source distribution for its full text.
#include <stdbool.h>
#include <stdlib.h>
#include "Affinity.h"
#include "AffinityPanel.h"
#include "CategoriesPanel.h"
#include "CommandScreen.h"
#include "CRT.h"
@ -36,6 +34,11 @@ in the source distribution for its full text.
#include "Vector.h"
#include "XUtils.h"
#if (defined(HAVE_LIBHWLOC) || defined(HAVE_LINUX_AFFINITY))
#include "Affinity.h"
#include "AffinityPanel.h"
#endif
Object* Action_pickFromVector(State* st, Panel* list, int x, bool followProcess) {
Panel* panel = st->panel;