mirror of
https://github.com/Takiiiiiiii/strato.git
synced 2025-07-17 08:46:39 +00:00
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:
@ -3,6 +3,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include <jni.h>
|
||||
#include <android/looper.h>
|
||||
#include <common/trace.h>
|
||||
#include <kernel/types/KEvent.h>
|
||||
|
Reference in New Issue
Block a user