Skip to content

Commit

Permalink
Tidy up includes
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Jan 27, 2024
1 parent be3d84e commit 24a51da
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion include/tmp/directory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

#include <filesystem>
#include <string_view>
#include <system_error>
#include <unistd.h>

namespace tmp {
Expand Down
2 changes: 0 additions & 2 deletions include/tmp/file.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,8 @@

#include <tmp/path.hpp>

#include <filesystem>
#include <fstream>
#include <string_view>
#include <system_error>
#include <unistd.h>

namespace tmp {
Expand Down
3 changes: 2 additions & 1 deletion include/tmp/path.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
#pragma once

#include <filesystem>
#include <unistd.h>
#include <string_view>
#include <system_error>
#include <utility>

namespace tmp {
Expand Down

0 comments on commit 24a51da

Please sign in to comment.