* Fixed an issue that prevented the controller from working with fastindex
[project/luci.git] / modules / admin-core / luasrc / controller / admin / uci.lua
index bb8a39185c3340acbd370f9af489be98d7d057e4..fc70b9b410f339b81b140f6b736d90dcd799f00d 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")