Ordered headers for correct dependencies

This commit is contained in:
Bob Polis 2022-12-14 17:00:44 +01:00
parent 8bfa172675
commit 9d766d68a6

View File

@ -4,15 +4,16 @@ MAJOR := 1
MINOR := 1 MINOR := 1
PATCH := 0 PATCH := 0
HDRS := byte_order_changer.hpp \ HDRS := \
byte_order.hpp \
data_streamer.hpp \
fdiobuf.hpp \ fdiobuf.hpp \
fdistream.hpp \ fdistream.hpp \
fdostream.hpp \ fdostream.hpp \
fdstream.hpp \ fdstream.hpp \
float80.hpp \
imemfile.hpp \
mapped_file.hpp \
memstreambuf.hpp \
socketstream.hpp \ socketstream.hpp \
float80.hpp \
byte_order.hpp \
data_streamer.hpp \
byte_order_changer.hpp \
memstreambuf.hpp \
mapped_file.hpp \
imemfile.hpp \