Skip to content

Commit

Permalink
[contour] TerminalSessionManager: Fix include ordering
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Parpart <[email protected]>
  • Loading branch information
christianparpart committed Dec 25, 2024
1 parent 8d44595 commit 455d08b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/contour/TerminalSessionManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@

#include <algorithm>
#include <filesystem>
#include <string>
#include <mutex>
#include <string>

using namespace std::string_literals;

Expand Down

0 comments on commit 455d08b

Please sign in to comment.