Skip to content

Commit

Permalink
Forward declare LeesEdwardsPack
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbbeyer committed Sep 4, 2024
1 parent a674a00 commit 6ea5e30
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/core/lb/LBWalberla.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,6 @@

#ifdef WALBERLA

#include <walberla_bridge/lattice_boltzmann/LBWalberlaBase.hpp>

#include <utils/Vector.hpp>

#include <memory>
Expand All @@ -33,6 +31,7 @@
#include <utility>

class LBWalberlaBase;
struct LeesEdwardsPack;
namespace System {
class System;
}
Expand Down

0 comments on commit 6ea5e30

Please sign in to comment.