Lua AIs: remove inclusions of unused libraries

(cherry-picked from commit 8a996c55b9)
This commit is contained in:
mattsc 2018-08-29 08:00:32 -07:00
parent 6ad4c7e42d
commit 08825afce5
4 changed files with 0 additions and 4 deletions

View file

@ -24,7 +24,6 @@ return {
math.randomseed(os.time())
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local LS = wesnoth.require "location_set"
local M = wesnoth.map
local function print_time(...)

View file

@ -8,7 +8,6 @@ return {
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local BC = wesnoth.require "ai/lua/battle_calcs.lua"
local LS = wesnoth.require "location_set"
local HS = wesnoth.require "ai/micro_ais/cas/ca_healer_move.lua"
local R = wesnoth.require "ai/lua/retreat.lua"
local M = wesnoth.map

View file

@ -1,7 +1,6 @@
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local LS = wesnoth.require "location_set"
local M = wesnoth.map
local T = wml.tag
local function get_forest_animals(cfg)
-- We want the deer/rabbits to move first, tuskers afterward

View file

@ -1,5 +1,4 @@
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local T = wml.tag
local ca_forest_animals_new_rabbit = {}