Closed Sebaestschjin closed 4 years ago
Change all the #include commands to the require() syntax. This makes dependency management a lot easier. Especially in the common module.
#include
require()
common
Change all the
#include
commands to therequire()
syntax. This makes dependency management a lot easier. Especially in thecommon
module.