Skip to content

Commit

Permalink
Stylefixes and headers clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
bugdea1er committed Sep 21, 2024
1 parent 1572e9e commit 3dc7eda
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/entry.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include <filesystem>
#include <new>
#include <system_error>
#include <type_traits>
#include <utility>

#ifdef _WIN32
Expand Down
1 change: 0 additions & 1 deletion src/file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
#include <iterator>
#include <string_view>
#include <system_error>
#include <type_traits>
#include <utility>

#ifdef _WIN32
Expand Down
1 change: 0 additions & 1 deletion tests/file.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@

#include <gtest/gtest.h>

#include <cstddef>
#include <filesystem>
#include <fstream>
#include <ios>
Expand Down

0 comments on commit 3dc7eda

Please sign in to comment.