Skip to content

Commit

Permalink
Fix pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed May 22, 2024
1 parent b7b1a6a commit 5320c62
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions src/test_hashes.cpp
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
#include <algorithm>
#include <cstddef>
#include <cstdint>
#include <fstream>
#include <iomanip>
#include <iostream>
#include <iterator>
#include <map>
#include <cstddef>
#include <cstdint>
#include <string>
#include <tuple>
#include <utility>
Expand Down
2 changes: 1 addition & 1 deletion tests/root_io/read_frame_legacy_root.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#include <iostream>
#include <cstddef>
#include <iostream>
#include <stdexcept>
#include <string>

Expand Down
2 changes: 1 addition & 1 deletion tests/root_io/read_frame_root_multiple.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <cstddef>
#include <iostream>
#include <memory>
#include <cstddef>
#include <string>
#include <vector>

Expand Down
2 changes: 1 addition & 1 deletion tests/root_io/relation_range.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <cstddef>
#include <iostream>
#include <sstream>
#include <cstddef>
#include <stdexcept>
#include <string>
#include <utility>
Expand Down
2 changes: 1 addition & 1 deletion tests/sio_io/read_frame_legacy_sio.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include <cstddef>
#include <iostream>
#include <memory>
#include <cstddef>
#include <stdexcept>

#include "podio/Frame.h"
Expand Down
2 changes: 1 addition & 1 deletion tests/unittests/unittest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include <array>
#include <catch2/matchers/catch_matchers.hpp>
#include <compare>
#include <cstddef>
#include <cstdint>
#include <filesystem>
#include <iostream>
Expand All @@ -12,7 +13,6 @@
#include <nlohmann/json_fwd.hpp>
#include <set>
#include <sstream>
#include <cstddef>
#include <stdexcept>
#include <string>
#include <thread>
Expand Down

0 comments on commit 5320c62

Please sign in to comment.