diff --git a/src/core/ComposableElement.php b/src/core/ComposableElement.php index 31f5b604..a5ef42bb 100644 --- a/src/core/ComposableElement.php +++ b/src/core/ComposableElement.php @@ -12,10 +12,6 @@ use FredEmmott\TypeAssert\IncorrectTypeException; use FredEmmott\TypeAssert\TypeAssert; -// Composer didn't support autoloading enums until recently (2015-03-09) -require_once('ReflectionXHPAttribute.php'); -require_once('ReflectionXHPChildrenDeclaration.php'); - abstract class :x:composable-element extends :xhp { private Map $attributes = Map {}; private Vector $children = Vector {};