Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
jbreams committed May 11, 2022
1 parent 95c4fad commit 765f8ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions src/realm/sync/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -635,6 +635,7 @@ void ClientImpl::remove_connection(ClientImpl::Connection& conn) noexcept
}



// ################ SessionImpl ################


Expand Down
2 changes: 1 addition & 1 deletion src/realm/sync/noinst/client_impl_base.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#include "realm/sync/protocol.hpp"
#include <system_error>
#include <sstream>

Expand All @@ -17,6 +16,7 @@
#include <realm/sync/noinst/client_history_impl.hpp>
#include <realm/sync/noinst/client_impl_base.hpp>
#include <realm/sync/noinst/compact_changesets.hpp>
#include <realm/sync/protocol.hpp>
#include <realm/version.hpp>
#include <realm/sync/changeset_parser.hpp>

Expand Down
2 changes: 1 addition & 1 deletion src/realm/sync/noinst/client_impl_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
#ifndef REALM_NOINST_CLIENT_IMPL_BASE_HPP
#define REALM_NOINST_CLIENT_IMPL_BASE_HPP

#include "realm/util/span.hpp"
#include <cstdint>
#include <utility>
#include <functional>
Expand All @@ -17,6 +16,7 @@
#include <realm/util/logger.hpp>
#include <realm/util/network_ssl.hpp>
#include <realm/util/ez_websocket.hpp>
#include "realm/util/span.hpp"
#include <realm/sync/noinst/client_history_impl.hpp>
#include <realm/sync/noinst/protocol_codec.hpp>
#include <realm/sync/noinst/client_reset_operation.hpp>
Expand Down
2 changes: 1 addition & 1 deletion test/object-store/sync/flx_sync_harness.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
#ifndef FLX_SYNC_HARNESS_H
#define FLX_SYNC_HARNESS_H

#include "util/test_file.hpp"
#ifdef REALM_ENABLE_AUTH_TESTS

#include "sync/sync_test_utils.hpp"
#include "util/baas_admin_api.hpp"
#include "util/test_file.hpp"

namespace realm::app {

Expand Down

0 comments on commit 765f8ac

Please sign in to comment.