19 lines
572 B
PHP
19 lines
572 B
PHP
|
|
<?php
|
||
|
|
/**
|
||
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
||
|
|
* @generated
|
||
|
|
*/
|
||
|
|
|
||
|
|
|
||
|
|
|
||
|
|
phutil_require_module('phabricator', 'aphront/response/404');
|
||
|
|
phutil_require_module('phabricator', 'applications/differential/controller/base');
|
||
|
|
phutil_require_module('phabricator', 'applications/differential/parser/changeset');
|
||
|
|
phutil_require_module('phabricator', 'applications/differential/storage/changeset');
|
||
|
|
|
||
|
|
phutil_require_module('phutil', 'markup');
|
||
|
|
phutil_require_module('phutil', 'utils');
|
||
|
|
|
||
|
|
|
||
|
|
phutil_require_source('DifferentialChangesetViewController.php');
|