[libj6] Move caps.h to cap_flags.h

This file is just the generated cap flag constants. Move it to not
collide with more capability code to be added.
This commit is contained in:
Justin C. Miller
2022-09-25 17:23:14 -07:00
parent a2b876825a
commit 7b8fd76af0
14 changed files with 15 additions and 15 deletions

View File

@@ -2,7 +2,7 @@
/// \file process.h
/// Definition of process kobject types
#include <j6/caps.h>
#include <j6/cap_flags.h>
#include <util/map.h>
#include <util/vector.h>