Skip to content

Commit

Permalink
reorder includes
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Dec 18, 2024
1 parent 10fe994 commit 9de27f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unittests/std_interoperability.cpp
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
#include "datamodel/ExampleHit.h"
#include "datamodel/ExampleHitCollection.h"
#include "datamodel/MutableExampleHit.h"
#include <algorithm>

#include <catch2/catch_test_macros.hpp>

#include <algorithm>
#include <cstddef>
#include <iterator>
#include <limits>
Expand Down

0 comments on commit 9de27f4

Please sign in to comment.