Skip to content

Commit

Permalink
Update headers
Browse files Browse the repository at this point in the history
  • Loading branch information
IsabelParedes committed May 28, 2024
1 parent 29658e4 commit 1f0ba3c
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 2 deletions.
4 changes: 3 additions & 1 deletion include/xeus-uv/xhook_base.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@
#ifndef XHOOK_BASE_HPP
#define XHOOK_BASE_HPP

#include <memory>
#include <uvw.hpp>

#include "xeus-uv.hpp"

#include <uvw.hpp>

namespace xeus
{
Expand Down
2 changes: 2 additions & 0 deletions src/xhook_base.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@
* The full license is in the file LICENSE, distributed with this software. *
****************************************************************************/

#include <memory>

#include "xeus-uv/xhook_base.hpp"

namespace xeus
Expand Down
1 change: 1 addition & 0 deletions src/xserver_uv.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
* The full license is in the file LICENSE, distributed with this software. *
****************************************************************************/

#include <memory>
#include <uvw.hpp>

#include "xuv_runner.hpp"
Expand Down
3 changes: 2 additions & 1 deletion src/xuv_runner.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@
* The full license is in the file LICENSE, distributed with this software. *
****************************************************************************/

#include <uvw.hpp>
#include <iostream>
#include <memory>
#include <uvw.hpp>

#include "xuv_runner.hpp"

Expand Down
1 change: 1 addition & 0 deletions src/xuv_runner.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
#ifndef XEUS_UV_RUNNER_HPP
#define XEUS_UV_RUNNER_HPP

#include <memory>
#include <uvw.hpp>

#include "xeus-uv/xeus-uv.hpp"
Expand Down

0 comments on commit 1f0ba3c

Please sign in to comment.