Skip to content

Commit

Permalink
Lua AIs: remove unused library inclusions after distance_between change
Browse files Browse the repository at this point in the history
Follow-up to 6efc5ae
  • Loading branch information
mattsc committed May 11, 2017
1 parent fa09023 commit 24891d8
Show file tree
Hide file tree
Showing 10 changed files with 0 additions and 11 deletions.
1 change: 0 additions & 1 deletion data/ai/micro_ais/cas/ca_bottleneck_attack.lua
@@ -1,5 +1,4 @@
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local H = wesnoth.require "helper"

local ca_bottleneck_attack = {}

Expand Down
1 change: 0 additions & 1 deletion data/ai/micro_ais/cas/ca_fast_move.lua
@@ -1,4 +1,3 @@
local H = wesnoth.require "helper"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local FAU = wesnoth.require "ai/micro_ais/cas/ca_fast_attack_utils.lua"
local M = wesnoth.map
Expand Down
1 change: 0 additions & 1 deletion data/ai/micro_ais/cas/ca_forest_animals_tusker_attack.lua
@@ -1,4 +1,3 @@
local H = wesnoth.require "helper"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local M = wesnoth.map

Expand Down
1 change: 0 additions & 1 deletion data/ai/micro_ais/cas/ca_forest_animals_tusklet_move.lua
@@ -1,4 +1,3 @@
local H = wesnoth.require "helper"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local M = wesnoth.map

Expand Down
2 changes: 0 additions & 2 deletions data/ai/micro_ais/cas/ca_healer_may_attack.lua
@@ -1,5 +1,3 @@
local H = wesnoth.require "helper"

local ca_healer_may_attack = {}

function ca_healer_may_attack:evaluation()
Expand Down
1 change: 0 additions & 1 deletion data/ai/micro_ais/cas/ca_messenger_move.lua
@@ -1,4 +1,3 @@
local H = wesnoth.require "helper"
local AH = wesnoth.require "ai/lua/ai_helper.lua"

local messenger_next_waypoint = wesnoth.require "ai/micro_ais/cas/ca_messenger_f_next_waypoint.lua"
Expand Down
1 change: 0 additions & 1 deletion data/ai/micro_ais/cas/ca_swarm_move.lua
@@ -1,4 +1,3 @@
local H = wesnoth.require "helper"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local M = wesnoth.map

Expand Down
1 change: 0 additions & 1 deletion data/ai/micro_ais/cas/ca_swarm_scatter.lua
@@ -1,4 +1,3 @@
local H = wesnoth.require "helper"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local M = wesnoth.map

Expand Down
1 change: 0 additions & 1 deletion data/ai/micro_ais/cas/ca_wolves_multipacks_wander.lua
@@ -1,4 +1,3 @@
local H = wesnoth.require "helper"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local MAIUV = wesnoth.require "ai/micro_ais/micro_ai_unit_variables.lua"
local LS = wesnoth.require "location_set"
Expand Down
1 change: 0 additions & 1 deletion data/campaigns/Eastern_Invasion/ai/ca_ogres_flee.lua
@@ -1,4 +1,3 @@
local H = wesnoth.require "helper"
local AH = wesnoth.require "ai/lua/ai_helper.lua"
local BC = wesnoth.require "ai/lua/battle_calcs.lua"
--local LS = wesnoth.require "location_set"
Expand Down

0 comments on commit 24891d8

Please sign in to comment.