Skip to content

Commit

Permalink
orm added IWYU pragma-s
Browse files Browse the repository at this point in the history
  • Loading branch information
silverqx committed Jul 28, 2024
1 parent 4a7063d commit b455794
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/orm/tiny/concerns/hasrelationstore.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ TINY_SYSTEM_HEADER
#include <stack>

#include "orm/tiny/macros/crtpmodelwithbase.hpp"
#include "orm/tiny/support/stores/belongstomanyrelatedtablestore.hpp"
#include "orm/tiny/support/stores/eagerrelationstore.hpp"
#include "orm/tiny/support/stores/lazyrelationstore.hpp"
#include "orm/tiny/support/stores/pushrelationstore.hpp"
#include "orm/tiny/support/stores/belongstomanyrelatedtablestore.hpp" // IWYU pragma: keep
#include "orm/tiny/support/stores/eagerrelationstore.hpp" // IWYU pragma: keep
#include "orm/tiny/support/stores/lazyrelationstore.hpp" // IWYU pragma: keep
#include "orm/tiny/support/stores/pushrelationstore.hpp" // IWYU pragma: keep
#include "orm/tiny/support/stores/queriesrelationshipsstore.hpp"
#include "orm/tiny/support/stores/serializerelationstore.hpp"
#include "orm/tiny/support/stores/touchownersrelationstore.hpp"
#include "orm/tiny/support/stores/serializerelationstore.hpp" // IWYU pragma: keep
#include "orm/tiny/support/stores/touchownersrelationstore.hpp" // IWYU pragma: keep

TINYORM_BEGIN_COMMON_NAMESPACE

Expand Down

0 comments on commit b455794

Please sign in to comment.