cleanup: Remove fp_internal.h and update drivers_api.h

Remove the uneeded internal API, as we can now include each header directly
if needed, while move the assembling stuff to the drivers API.
This commit is contained in:
Marco Trevisan (Treviño)
2019-12-16 20:37:15 +01:00
parent 806ad10673
commit 10945f8546
5 changed files with 9 additions and 36 deletions

View File

@@ -4,7 +4,6 @@ private_headers = [
'config.h',
'nbis-helpers.h',
'fprint.h',
'fp_internal.h',
# Subdirectories to ignore
'drivers',