Attention is currently required from: neels, fixeria, msuraev. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmocom-bb/+/30959 )
Change subject: layer23: Add missing header dependencies to several files ......................................................................
Patch Set 4:
(1 comment)
Patchset:
PS4:
Agreeing with Neels.
I explained it already to Max above. Since in a follow up patch I'm basically splitting osmocom_data.h and the struct having the most fields and hence header dependencies is moved to ms.h, which means new files have to include that file now. The current situation of includes in osmocom-bb is really poor right now. This is just a step forward towards being able to split stuff into manageable chunks and be able to further cleanup include dependencies in the future. This patch is mostly adding #include to C files. I see no problem in it also adding it to some .h files since it really is not making stuff worse. Let Rome be build in more than one day.