Skip to content

Commit

Permalink
sys/Bit.h -> std/bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Smith committed Jan 17, 2022
1 parent bb67d05 commit e61dca0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion six/modules/c++/samples/test_create_sicd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <import/sio/lite.h>
#include <import/io.h>
#include <logging/Setup.h>
#include <sys/Bit.h>
#include <std/bit>

#include <scene/Utilities.h>
#include "utils.h"
Expand Down
2 changes: 1 addition & 1 deletion six/modules/c++/samples/test_create_sidd.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <import/sio/lite.h>
#include <import/io.h>
#include <import/xml/lite.h>
#include <sys/Bit.h>
#include <std/bit>
#include "utils.h"

namespace fs = std::filesystem;
Expand Down
2 changes: 1 addition & 1 deletion six/modules/c++/six.sidd/tests/test_sidd_byte_provider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

#include <io/ReadUtils.h>
#include <math/Round.h>
#include <sys/Bit.h>
#include <std/bit>

#include <six/NITFWriteControl.h>
#include <six/XMLControlFactory.h>
Expand Down

0 comments on commit e61dca0

Please sign in to comment.