Skip to content

Remove unused include to improve C++ interop

Simon Ser requested to merge github/fork/emolitor/CPP-Cleanup into master

Created by: emolitor

It appears that session.h is not intended to be exposed externally. This change removes unused session.h includes from the files below. This also improves interoperability as it avoids exposing the C99 array qualifier in session.h which is not compatible with C++.

Merge request reports