Imported Upstream version 1.72.0
[platform/upstream/boost.git] / boost / geometry / srs / shared_grids.hpp
index bc9528b..52b4e99 100644 (file)
@@ -1,7 +1,6 @@
 // Boost.Geometry
 
-// This file was modified by Oracle on 2018.
-// Modifications copyright (c) 2018, Oracle and/or its affiliates.
+// Copyright (c) 2018-2019, Oracle and/or its affiliates.
 // Contributed and/or modified by Adam Wulkiewicz, on behalf of Oracle
 
 // Use, modification and distribution is subject to the Boost Software License,
 #define BOOST_GEOMETRY_SRS_SHARED_GRIDS_HPP
 
 
-#include <boost/geometry/srs/projections/impl/pj_apply_gridshift_shared.hpp>
-#include <boost/geometry/srs/projections/impl/pj_gridlist_shared.hpp>
-#include <boost/geometry/srs/projections/shared_grids.hpp>
+#include <boost/geometry/srs/shared_grids_boost.hpp>
 
-namespace boost { namespace geometry { namespace srs
+
+namespace boost { namespace geometry
+{
+    
+namespace srs
 {
 
-using geometry::projections::detail::shared_grids;
 
-}}} // namespace boost::geometry::srs
+typedef shared_grids_boost shared_grids;
+
+
+} // namespace srs
+
+
+}} // namespace boost::geometry
+
 
 #endif // BOOST_GEOMETRY_SRS_SHARED_GRIDS_HPP