Skip to content

Commit

Permalink
fix: cleanup includes
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Dec 15, 2023
1 parent 78fa8ce commit 3cff4c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/iguana/algorithms/AlgorithmFactory.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "iguana/algorithms/Algorithm.h"
#include "Algorithm.h"

namespace iguana {

Expand Down
2 changes: 1 addition & 1 deletion src/iguana/algorithms/AlgorithmSequence.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#pragma once

#include "iguana/algorithms/AlgorithmFactory.h"
#include "AlgorithmFactory.h"

namespace iguana {

Expand Down

0 comments on commit 3cff4c3

Please sign in to comment.