Skip to content

Commit

Permalink
Change all include format
Browse files Browse the repository at this point in the history
  • Loading branch information
mtouzot committed Dec 1, 2023
1 parent c568137 commit 5046e4d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion include/lytroio/lytrostream/lytrodecoder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#define LYTRODECODER_H

#include <fstream>
#include <lytroio\lytrostream\lytroelement.hpp>
#include <lytroio/lytrostream/lytroelement.hpp>

namespace lytroio
{
Expand Down
4 changes: 2 additions & 2 deletions include/lytroio/lytrostream/lytrofile.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@

#include <fstream>
#include <iterator>
#include <lytroio\lytrostream\lytrodecoder.hpp>
#include <lytroio\lytrostream\lytroelement.hpp>
#include <lytroio/lytrostream/lytrodecoder.hpp>
#include <lytroio/lytrostream/lytroelement.hpp>
#include <vector>

#define LYTRO_STEP 16
Expand Down
4 changes: 2 additions & 2 deletions src/lytrostream/lytrodecoder.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// (https://opensource.org/license/gpl-3-0/)

#include "utils.hpp"
#include <lytroio\lytrostream\lytrodecoder.hpp>
#include <nlohmann\json.hpp>
#include <lytroio/lytrostream/lytrodecoder.hpp>
#include <nlohmann/json.hpp>

namespace lytroio
{
Expand Down
2 changes: 1 addition & 1 deletion src/lytrostream/lytroelement.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Distributed under the GPL-3.0 Licence
// (https://opensource.org/license/gpl-3-0/)

#include <lytroio\lytrostream\lytroelement.hpp>
#include <lytroio/lytrostream/lytroelement.hpp>

namespace lytroio
{
Expand Down
2 changes: 1 addition & 1 deletion src/lytrostream/lytrofile.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// (https://opensource.org/license/gpl-3-0/)

#include "utils.hpp"
#include <lytroio\lytrostream\lytrofile.hpp>
#include <lytroio/lytrostream/lytrofile.hpp>

namespace lytroio
{
Expand Down

0 comments on commit 5046e4d

Please sign in to comment.