water_map.cpp header include cleanup

This commit is contained in:
Akkadius 2014-12-15 19:05:52 -06:00
parent 8ebfa36f00
commit 6fd2c2915a

View File

@ -1,14 +1,14 @@
#include "../common/debug.h"
#include <stdio.h>
#include <string.h>
#include <algorithm>
#include <functional>
#include <cctype>
#include "water_map.h"
#include "water_map_v1.h"
#include "water_map_v2.h"
#include <algorithm>
#include <cctype>
#include <stdio.h>
#include <string.h>
WaterMap* WaterMap::LoadWaterMapfile(std::string zone_name) {
std::transform(zone_name.begin(), zone_name.end(), zone_name.begin(), ::tolower);