Split monolithic common.h into smaller chunks

* Resolves dependency cycles in some components
* Allows for easier navigation of certain components like `span` which were especially large
* Some imports have been moved from `common.h` into their own files due to their infrequency
This commit is contained in:
PixelyIon
2021-10-16 12:27:29 +01:00
parent 1d57bab08f
commit eff5711c49
16 changed files with 577 additions and 551 deletions

View File

@ -3,6 +3,7 @@
#pragma once
#include <jni.h>
#include <android/looper.h>
#include <common/trace.h>
#include <kernel/types/KEvent.h>