inet-framework / simulte

SimuLTE - LTE System Level Simulation Model and Simulator for INET & OMNeT++ - deprecated, use Simu5G instead
https://simulte.omnetpp.org
Other
136 stars 109 forks source link

Removed deep includes. #include directives now use full path. #16

Closed rhornig closed 7 years ago

rhornig commented 7 years ago

OMNeT++ 5.1 no longer supports deep includes, so this change is justified. This is probably related to the strange issue surfacing on windows with serious crashes when accessing L3Address methods.

The three commits probably should be squashed together.