issue 2764. fixed a bug. remove duplicated include statement.

git-svn-id: http://xe-core.googlecode.com/svn/branches/maserati@12635 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
flyskyko 2013-01-31 03:13:23 +00:00
parent 0cbddf117c
commit fb2df13a8e
3 changed files with 0 additions and 9 deletions

View file

@ -1,7 +1,4 @@
<?php
include '../handler/Handler.class.php';
include './CacheHandler.class.php';
/**
* Cache class for APC
*

View file

@ -1,7 +1,4 @@
<?php
include '../handler/Handler.class.php';
include './CacheHandler.class.php';
/**
* Cache class for file
*

View file

@ -1,7 +1,4 @@
<?php
include '../handler/Handler.class.php';
include './CacheHandler.class.php';
/**
* Cache class for Wincache
*