Move in_memory_proto_stream.* to internal. (#969)

Internal Headers RFC
master
Alexander Belyaev 2018-03-09 15:24:07 +01:00 committed by GitHub
parent e1109356cf
commit daa35d3bc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 8 additions and 10 deletions

View File

@ -20,7 +20,6 @@
#include "cartographer/cloud/internal/map_builder_context_interface.h"
#include "cartographer/cloud/proto/map_builder_service.pb.h"
#include "cartographer/common/make_unique.h"
#include "cartographer/io/in_memory_proto_stream.h"
#include "google/protobuf/empty.pb.h"
namespace cartographer {

View File

@ -19,7 +19,7 @@
#include "cartographer/cloud/internal/framework/rpc_handler.h"
#include "cartographer/cloud/proto/map_builder_service.pb.h"
#include "cartographer/io/in_memory_proto_stream.h"
#include "cartographer/io/internal/in_memory_proto_stream.h"
#include "google/protobuf/empty.pb.h"
namespace cartographer {

View File

@ -20,8 +20,7 @@
#include "cartographer/cloud/internal/map_builder_context_interface.h"
#include "cartographer/cloud/internal/map_builder_server.h"
#include "cartographer/cloud/proto/map_builder_service.pb.h"
#include "cartographer/common/make_unique.h"
#include "cartographer/io/in_memory_proto_stream.h"
#include "cartographer/io/internal/in_memory_proto_stream.h"
namespace cartographer {
namespace cloud {

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "cartographer/io/in_memory_proto_stream.h"
#include "cartographer/io/internal/in_memory_proto_stream.h"
#include "glog/logging.h"

View File

@ -14,8 +14,8 @@
* limitations under the License.
*/
#ifndef CARTOGRAPHER_IO_IN_MEMORY_PROTO_STREAM_H_
#define CARTOGRAPHER_IO_IN_MEMORY_PROTO_STREAM_H_
#ifndef CARTOGRAPHER_IO_INTERNAL_IN_MEMORY_PROTO_STREAM_H_
#define CARTOGRAPHER_IO_INTERNAL_IN_MEMORY_PROTO_STREAM_H_
#include <queue>
@ -75,4 +75,4 @@ class InMemoryProtoStreamReader
} // namespace io
} // namespace cartographer
#endif // CARTOGRAPHER_IO_IN_MEMORY_PROTO_STREAM_H_
#endif // CARTOGRAPHER_IO_INTERNAL_IN_MEMORY_PROTO_STREAM_H_

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "cartographer/io/in_memory_proto_stream.h"
#include "cartographer/io/internal/in_memory_proto_stream.h"
#include "cartographer/mapping/proto/pose_graph.pb.h"
#include "cartographer/mapping/proto/serialization.pb.h"

View File

@ -24,7 +24,7 @@
#include "Eigen/Geometry"
#include "cartographer/common/lua_parameter_dictionary.h"
#include "cartographer/common/port.h"
#include "cartographer/io/proto_stream.h"
#include "cartographer/io/proto_stream_interface.h"
#include "cartographer/mapping/id.h"
#include "cartographer/mapping/pose_graph_interface.h"
#include "cartographer/mapping/proto/submap_visualization.pb.h"