mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 13:16:39 +00:00
normalize includes: zone
This commit is contained in:
+5
-7
@@ -1,10 +1,10 @@
|
||||
#ifndef EQEMU_WATER_MAP_V2_H
|
||||
#define EQEMU_WATER_MAP_V2_H
|
||||
#pragma once
|
||||
|
||||
#include "zone/oriented_bounding_box.h"
|
||||
#include "zone/water_map.h"
|
||||
|
||||
#include "water_map.h"
|
||||
#include "oriented_bounding_box.h"
|
||||
#include <vector>
|
||||
#include <utility>
|
||||
#include <vector>
|
||||
|
||||
class WaterMapV2 : public WaterMap
|
||||
{
|
||||
@@ -26,5 +26,3 @@ protected:
|
||||
std::vector<std::pair<WaterRegionType, OrientedBoundingBox>> regions;
|
||||
friend class WaterMap;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user