Skip to content

Commit

Permalink
[unix] Slight include reorderings
Browse files Browse the repository at this point in the history
  • Loading branch information
ricab committed Dec 17, 2024
1 parent 7283dde commit 6f9f63b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions include/multipass/platform_unix.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,9 @@
#ifndef MULTIPASS_PLATFORM_UNIX_H
#define MULTIPASS_PLATFORM_UNIX_H

#include <csignal>
#include <vector>

#include <signal.h>

namespace multipass
{
namespace platform
Expand Down
2 changes: 1 addition & 1 deletion src/platform/platform_unix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/

#include <multipass/auto_join_thread.h>
#include <multipass/format.h>
#include <multipass/platform.h>
#include <multipass/platform_unix.h>
Expand All @@ -26,7 +27,6 @@
#include <unistd.h>

#include <libssh/sftp.h>
#include <multipass/auto_join_thread.h>

namespace mp = multipass;

Expand Down

0 comments on commit 6f9f63b

Please sign in to comment.