Skip to content

Commit

Permalink
#161: cleanup headers
Browse files Browse the repository at this point in the history
  • Loading branch information
cz4rs committed Dec 2, 2020
1 parent 60f917d commit b4d4a87
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/checkpoint/container/unique_ptr_serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#define INCLUDED_CHECKPOINT_CONTAINER_UNIQUE_PTR_SERIALIZE_H

#include "checkpoint/common.h"
#include "checkpoint/dispatch/reconstructor.h"
#include "checkpoint/dispatch/vrt/virtual_serialize.h"

namespace checkpoint {
Expand Down
1 change: 0 additions & 1 deletion src/checkpoint/dispatch/dispatch.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@
#include "checkpoint/dispatch/clean_type.h"
#include "checkpoint/dispatch/dispatch_serializer.h"
#include "checkpoint/dispatch/dispatch_byte_macro.h"
#include "checkpoint/dispatch/reconstructor.h"

#include <functional>

Expand Down
1 change: 1 addition & 0 deletions src/checkpoint/dispatch/dispatch.impl.h
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@

#include "checkpoint/common.h"
#include "checkpoint/dispatch/dispatch.h"
#include "checkpoint/dispatch/reconstructor.h"

namespace checkpoint {

Expand Down
1 change: 1 addition & 0 deletions src/checkpoint/dispatch/vrt/virtual_serialize.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
#if !defined INCLUDED_CHECKPOINT_DISPATCH_VRT_VIRTUAL_SERIALIZE_H
#define INCLUDED_CHECKPOINT_DISPATCH_VRT_VIRTUAL_SERIALIZE_H

#include "checkpoint/dispatch/reconstructor.h"
#include "checkpoint/dispatch/vrt/base.h"
#include "checkpoint/dispatch/vrt/derived.h"

Expand Down

0 comments on commit b4d4a87

Please sign in to comment.