From c4c4208ef83328c34236f2ace45d2c8cafc700ae Mon Sep 17 00:00:00 2001 From: Rogiel Sulzbach Date: Thu, 1 Aug 2013 11:57:02 -0300 Subject: [PATCH] Fixes a bug that did not allowed inclusion on some projects --- Adapter/Pre_Orlydb_Adapter.php | 3 --- Adapter/Pre_ScnSrc_Adapter.php | 3 --- 2 files changed, 6 deletions(-) diff --git a/Adapter/Pre_Orlydb_Adapter.php b/Adapter/Pre_Orlydb_Adapter.php index 9d7ed86..f74cd82 100644 --- a/Adapter/Pre_Orlydb_Adapter.php +++ b/Adapter/Pre_Orlydb_Adapter.php @@ -16,9 +16,6 @@ * along with predb. If not, see . */ -// Require core library -require_once '../PreDatabase_Library.php'; - /** * Adapter implementation for http://orlydb.com/ * @author Rogiel diff --git a/Adapter/Pre_ScnSrc_Adapter.php b/Adapter/Pre_ScnSrc_Adapter.php index 56baf06..a0ad58d 100644 --- a/Adapter/Pre_ScnSrc_Adapter.php +++ b/Adapter/Pre_ScnSrc_Adapter.php @@ -16,9 +16,6 @@ * along with predb. If not, see . */ -// Require core library -require_once '../PreDatabase_Library.php'; - /** * Adapter implementation for http://pre.scnsrc.net/ * @author Rogiel