Skip to content

Commit

Permalink
sim: fix c++ include file having .h extension
Browse files Browse the repository at this point in the history
abc
  • Loading branch information
varqox committed Jun 15, 2024
1 parent 7320e20 commit 587d1e9
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion subprojects/sim/src/sim/merging/merge_ids.cc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include <algorithm>
#include <cstdint>
#include <exception>
#include <sim/merging/merge_ids.h>
#include <sim/merging/merge_ids.hh>
#include <sim/sql/fields/datetime.hh>
#include <utility>
#include <vector>
Expand Down
2 changes: 1 addition & 1 deletion subprojects/sim/test/sim/merging/merge_ids.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#include <iostream>
#include <map>
#include <optional>
#include <sim/merging/merge_ids.h>
#include <sim/merging/merge_ids.hh>
#include <sim/sql/fields/datetime.hh>
#include <simlib/concat_tostr.hh>
#include <simlib/random.hh>
Expand Down

0 comments on commit 587d1e9

Please sign in to comment.