Skip to content

Commit

Permalink
remove unneeded headers
Browse files Browse the repository at this point in the history
  • Loading branch information
dr3mro committed Jan 3, 2025
1 parent e929f81 commit e25c366
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/database/database.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@

#include "controllers/staffcontroller/staffcontroller.hpp"
#include "database/inuseguard.hpp" // IWYU pragma: keep
#include "store/store.hpp"
#include "utils/global/types.hpp"
#include "utils/message/message.hpp"

Expand Down
1 change: 0 additions & 1 deletion src/database/database.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
#include <string>
#include <unordered_set>

#include "controllers/staffcontroller/staffcontroller.hpp"
#include "utils/global/types.hpp"

#define IUGUARD InUseGuard connection_guard(isConnectionInUse_, mtx_, cv_);
Expand Down

0 comments on commit e25c366

Please sign in to comment.