Since Symphony uses a composer classmap autoloader for all classes in /lib (see, composer.json#L23), this commit removes the redundant require_once statements. Doing so avoids code breaking if interface.exportablefield.php, or interface.importablefield.php are renamed or they are no longer in FACE.
Since Symphony uses a composer classmap autoloader for all classes in
/lib
(see, composer.json#L23), this commit removes the redundant require_once statements. Doing so avoids code breaking ifinterface.exportablefield.php
, orinterface.importablefield.php
are renamed or they are no longer inFACE
.