Closed GuillermoCallaghan closed 2 years ago
..., I don't think we should remove include headers like that even if they're already included by another header. If at least one function or structure declared in a header is used in the file, leave it in. Or alternatively we could ensure any needed MAMBO headers are included in
dbm.h
and remove all other local includes.
My idea here was to first remove the redundant #include
s.
And then look at the common files that need to be included and add them to dbm.h
.
This PR is based on #67, so it is open as Draft until that PR is merged. There is a conflict because both #67 and this PR modify
dispatcher.c
. Removes unused lines of code, commented code and redundant#include
s.Closes #67