diff --git a/src/Rest.php b/src/Rest.php index c8b5164..ab0ddbe 100644 --- a/src/Rest.php +++ b/src/Rest.php @@ -60,7 +60,6 @@ class Rest $text = $http->codetext ($code); header ($_SERVER["SERVER_PROTOCOL"]." $code $text"); $type = $this->chooseType (); - require_once ("domframework/output$type.php"); $constr = __NAMESPACE__."\\Output$type"; $method = "out"; $obj = new $constr ();