2011-01-16 22:51:39 +01:00
|
|
|
<?php
|
|
|
|
/**
|
|
|
|
* This file is automatically generated. Lint this module to rebuild it.
|
|
|
|
* @generated
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
2011-01-31 20:55:26 +01:00
|
|
|
phutil_require_module('phabricator', 'infrastructure/celerity/api');
|
2011-02-02 22:48:52 +01:00
|
|
|
phutil_require_module('phabricator', 'infrastructure/javelin/api');
|
2011-01-23 02:45:28 +01:00
|
|
|
phutil_require_module('phabricator', 'view/page/base');
|
2011-01-16 22:51:39 +01:00
|
|
|
|
|
|
|
phutil_require_module('phutil', 'markup');
|
|
|
|
phutil_require_module('phutil', 'utils');
|
|
|
|
|
|
|
|
|
2011-01-23 02:48:55 +01:00
|
|
|
phutil_require_source('PhabricatorStandardPageView.php');
|