Skip to content

Commit 60a564a

Browse files
committed
refactor(example): simpler header files used
1 parent 3569ec7 commit 60a564a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

example/hello_units.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
#include <mp-units/format.h>
2929
#include <mp-units/ostream.h>
3030
#include <mp-units/systems/international/international.h>
31-
#include <mp-units/systems/isq/space_and_time.h>
32-
#include <mp-units/systems/si/unit_symbols.h>
31+
#include <mp-units/systems/isq/isq.h>
32+
#include <mp-units/systems/si/si.h>
3333
#include <iostream>
3434

3535
using namespace mp_units;

0 commit comments

Comments
 (0)