Fixed MeshFactory circular dependency
This commit is contained in:
parent
827368588d
commit
3e8e6dc4de
|
@ -7,7 +7,7 @@
|
|||
#include "carla/road/Map.h"
|
||||
#include "carla/Exception.h"
|
||||
#include "carla/geom/Math.h"
|
||||
#include "carla/geom/MeshFactory.h"
|
||||
#include "carla/road/MeshFactory.h"
|
||||
#include "carla/road/element/LaneCrossingCalculator.h"
|
||||
#include "carla/road/element/RoadInfoCrosswalk.h"
|
||||
#include "carla/road/element/RoadInfoElevation.h"
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
// This work is licensed under the terms of the MIT license.
|
||||
// For a copy, see <https://opensource.org/licenses/MIT>.
|
||||
|
||||
#include <carla/geom/MeshFactory.h>
|
||||
#include <carla/road/MeshFactory.h>
|
||||
|
||||
#include <vector>
|
||||
|
Loading…
Reference in New Issue