Skip to content

Commit

Permalink
More cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
szmyd committed Nov 10, 2023
1 parent 2084798 commit aee6be5
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion src/lib/proto/proto_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
// Brief:
// grpc_client does the protobuf transformations on nuraft req's
//
#include "proto_client.hpp"
#include "lib/client.hpp"
#include "utils.hpp"
#include "raft_types.pb.h"

Expand Down
2 changes: 1 addition & 1 deletion src/lib/proto/proto_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
#include <libnuraft/async.hxx>
#include <sisl/grpc/rpc_client.hpp>

#include "proto_client.hpp"
#include "lib/client.hpp"
#include "nuraft_mesg/grpc_factory.hpp"
#include "raft_types.pb.h"

Expand Down
3 changes: 1 addition & 2 deletions src/lib/proto/proto_mesg_factory.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* specific language governing permissions and limitations under the License.
*
*********************************************************************************/
#include "proto_client.hpp"
#include "lib/client.hpp"
#include <libnuraft/async.hxx>
#include <string>

Expand All @@ -22,7 +22,6 @@
#include "nuraft_mesg/mesg_factory.hpp"
#include "lib/service.hpp"
#include "messaging_service.grpc.pb.h"
#include "utils.hpp"
#include "lib/generated/nuraft_mesg_config_generated.h"

SETTINGS_INIT(nuraftmesgcfg::NuraftMesgConfig, nuraft_mesg_config);
Expand Down

0 comments on commit aee6be5

Please sign in to comment.