Skip to content

Commit

Permalink
Tidy up headers
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Mar 7, 2024
1 parent fe5b19b commit dfece56
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion include/tmp/directory
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ public:
directory(const directory&) = delete; ///< not copy-constructible
auto operator=(const directory&) = delete; ///< not copy-assignable
};

} // namespace tmp
2 changes: 1 addition & 1 deletion include/tmp/file
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

#include <filesystem>
#include <fstream>
#include <string>
#include <string_view>

namespace tmp {
Expand Down Expand Up @@ -96,5 +97,4 @@ private:
/// @throws std::filesystem::filesystem_error if cannot create a file
explicit file(std::string_view prefix, bool binary);
};

} // namespace tmp
1 change: 0 additions & 1 deletion include/tmp/path
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,4 @@ protected:
/// @param path A path to manage
explicit path(std::filesystem::path path);
};

} // namespace tmp

0 comments on commit dfece56

Please sign in to comment.