diff --git a/lib/Cake/Controller/Scaffold.php b/lib/Cake/Controller/Scaffold.php index fc99660d61f..b97bf219a73 100644 --- a/lib/Cake/Controller/Scaffold.php +++ b/lib/Cake/Controller/Scaffold.php @@ -18,8 +18,6 @@ * @license http://www.opensource.org/licenses/mit-license.php MIT License */ -App::uses('Scaffold', 'View'); - /** * Scaffolding is a set of automatic actions for starting web development work faster. *