* Fixed an issue that prevented the controller from working with fastindex
[project/luci.git] / modules / admin-core / luasrc / controller / admin / uci.lua
index bb8a391..fc70b9b 100644 (file)
@@ -1,6 +1,4 @@
 module("luci.controller.admin.uci", package.seeall)
-require("luci.util")
-require("luci.sys")
 
 function index()
        node("admin", "uci", "changes").target = call("action_changes")