summaryrefslogtreecommitdiffstats
path: root/app/class/object.class.php
diff options
context:
space:
mode:
authorMalf Furious <m@lfurio.us>2017-03-26 18:50:12 -0400
committerMalf Furious <m@lfurio.us>2017-03-26 18:50:12 -0400
commit5b8fafdc1608d017f63548a9af7c1043ccc61968 (patch)
treeda148e8eb13aa9d1a46675a1dd5cba784b60a16b /app/class/object.class.php
parent69cc5d30f4e0446c504ce78152e2c305608b3866 (diff)
downloadscrott-5b8fafdc1608d017f63548a9af7c1043ccc61968.tar.gz
scrott-5b8fafdc1608d017f63548a9af7c1043ccc61968.zip
Rm unnecessary, circular requires from the object class file
Diffstat (limited to 'app/class/object.class.php')
-rw-r--r--app/class/object.class.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/app/class/object.class.php b/app/class/object.class.php
index 8cd4603..f9fde02 100644
--- a/app/class/object.class.php
+++ b/app/class/object.class.php
@@ -13,9 +13,6 @@
*/
require_once "class/table.class.php";
-require_once "class/agent.class.php";
-require_once "class/user.class.php";
-require_once "class/group.class.php";
/*
* This is a generic database object. This is a supertype of all Scrott