Lua AIs: remove another unused library inclusion

(cherry-picked from commit 1680436f72)
This commit is contained in:
mattsc 2018-08-29 08:48:30 -07:00
parent 08825afce5
commit 02c830a6df

View file

@ -1,6 +1,5 @@
local H = wesnoth.require "helper"
local T = wml.tag
local AH = wesnoth.require("ai/lua/ai_helper.lua")
local MAIUV = wesnoth.require "ai/micro_ais/micro_ai_unit_variables.lua"
local micro_ai_helper = {}