Skip to content

Commit

Permalink
some cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
anutosh491 committed Mar 27, 2024
1 parent 5915d81 commit c372c0c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/xclient_zmq_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ namespace xeus

private:
void start_iopub_thread();
void start_heartbeat_thread();
void poll(long timeout);

using authentication_ptr = std::unique_ptr<xauthentication>;
Expand Down
1 change: 1 addition & 0 deletions src/xheartbeat_client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
****************************************************************************/

#include "xheartbeat_client.hpp"
#include "xclient_zmq_impl.hpp"

#include "xeus-zmq/xmiddleware.hpp"

Expand Down
5 changes: 0 additions & 5 deletions src/xiopub_client.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,10 @@
#include <mutex>

#include "zmq.hpp"
#include "nlohmann/json.hpp"

#include "xeus/xmessage.hpp"
#include "xeus/xeus_context.hpp"
#include "xeus/xkernel_configuration.hpp"

#include "xeus-zmq/xthread.hpp"
#include "xeus-zmq/xmiddleware.hpp"

namespace xeus
{
class xclient_zmq_impl;
Expand Down

0 comments on commit c372c0c

Please sign in to comment.