aboutsummaryrefslogtreecommitdiff
path: root/questiontype.php
diff options
context:
space:
mode:
Diffstat (limited to 'questiontype.php')
-rw-r--r--questiontype.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/questiontype.php b/questiontype.php
index 347b427..d2d283d 100644
--- a/questiontype.php
+++ b/questiontype.php
@@ -27,7 +27,6 @@ defined('MOODLE_INTERNAL') || die();
require_once($CFG->dirroot . '/question/type/questiontypebase.php');
require_once($CFG->dirroot . '/question/type/algebra/question.php');
require_once($CFG->dirroot . '/question/type/algebra/parser.php');
-require_once($CFG->dirroot . '/question/type/algebra/xmlrpc-utils.php');
/**
* ALGEBRA QUESTION TYPE CLASS