2011-01-24 15:52:35 -08:00
|
|
|
<?php
|
|
|
|
|
/**
|
|
|
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
|
|
|
* @generated
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
phutil_require_module('phabricator', 'aphront/response/404');
|
2011-01-25 11:57:47 -08:00
|
|
|
phutil_require_module('phabricator', 'aphront/response/ajax');
|
2011-01-24 15:52:35 -08:00
|
|
|
phutil_require_module('phabricator', 'applications/differential/controller/base');
|
|
|
|
|
phutil_require_module('phabricator', 'applications/differential/parser/changeset');
|
|
|
|
|
phutil_require_module('phabricator', 'applications/differential/storage/changeset');
|
2011-01-25 11:57:47 -08:00
|
|
|
phutil_require_module('phabricator', 'applications/differential/view/changesetdetailview');
|
2011-01-24 15:52:35 -08:00
|
|
|
|
|
|
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
phutil_require_source('DifferentialChangesetViewController.php');
|