7 calls to include_module()

bootstrap.inc in ./bootstrap.inc
This file should be included by every public-facing page of FlightPath. It will include all the classes, as well as settings and function files, and modules.
db.inc in includes/db.inc
This file contains mostly db shortcuts.
fp_rebuild_modules_list in includes/db.inc
Re-query the modules table and re-add to our global array.
system.module in modules/system/system.module
system_enable_module in modules/system/system.module
Handles the enabling (and possible installation) of module.
system_handle_uninstall_module in modules/system/system.module
Called from the menu (ie, a URL) this function will uninstall a module.
system_perform_db_updates_perform_batch_operation in modules/system/system.module
Performs db updates ONE module at a time.