mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 08:54:31 -08:00
[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:
@@ -1,9 +1,9 @@
|
||||
#pragma once
|
||||
/// \file gdt.h
|
||||
/// Definitions relating to a CPU's GDT table
|
||||
#include <stdint.h>
|
||||
|
||||
#include "enum_bitfields.h"
|
||||
#include <stdint.h>
|
||||
#include <util/enum_bitfields.h>
|
||||
|
||||
class TSS;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user