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

@@ -21,7 +21,8 @@
#define FP_COMPONENT "assembling"
#include "fp_internal.h"
#include "fpi-log.h"
#include "fpi-image.h"
#include <string.h>