[util] Move enum_bitfields into util

Continuing on the cleaning up of the src/include 'junk drawer', the
enum_bitfields.h and its dependency basic_types.h are now in util.
This commit is contained in:
Justin C. Miller
2022-01-03 21:42:20 -08:00
parent c1d9b35e7c
commit 411c8c4cb3
13 changed files with 22 additions and 20 deletions

View File

@@ -7,7 +7,7 @@
#include <j6/signals.h>
#include <util/vector.h>
#include <enum_bitfields.h>
#include <util/enum_bitfields.h>
#include "objects/kobject.h"