Skip to content

Commit

Permalink
chore: move include headers
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-para committed Jan 19, 2025
1 parent 39177bd commit 7869740
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/MaaToolkit/ProjectInterface/CLI/interactor.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include "interactor.h"

#include <algorithm>
#include <exception>
#include <format>
#include <functional>
#include <ranges>
Expand Down
2 changes: 2 additions & 0 deletions source/MaaToolkit/ProjectInterface/CLI/interactor.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#pragma once

#include <exception>

#include "MaaFramework/MaaDef.h"
#include "ProjectInterface/Configurator.h"

Expand Down

0 comments on commit 7869740

Please sign in to comment.