Remove require.
authorJan Schneider <jan@horde.org>
Thu, 6 May 2010 09:27:23 +0000 (11:27 +0200)
committerJan Schneider <jan@horde.org>
Thu, 6 May 2010 15:51:08 +0000 (17:51 +0200)
framework/History/lib/Horde/History.php

index 715104e..6cf25c7 100644 (file)
  */
 
 /**
- * The Autoloader allows us to omit "require/include" statements.
- */
-require_once 'Horde/Autoloader.php';
-
-/**
  * The Horde_History:: class provides a method of tracking changes in Horde
  * objects, stored in a SQL table.
  *