In a previous commit fixing a warning, the C++ header include was added, but the corresponding C header include wasn't removed. The C++ header already includes the C header, so including it separately is redundant.
In a previous commit fixing a warning, the C++ header include was added, but the corresponding C header include wasn't removed. The C++ header already includes the C header, so including it separately is redundant.