Skip to content

Commit

Permalink
Use quotes for non-system Logging.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
eflumerf committed Feb 11, 2025
1 parent a91a841 commit b703a05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion plugins/ReversedListValidator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
#include "utilities/WorkerThread.hpp"

#include <ers/Issue.hpp>
#include <logging/Logging.hpp> // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<<issue wont work.
#include "logging/Logging.hpp" // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<<issue wont work.

#include <memory>
#include <string>
Expand Down
2 changes: 1 addition & 1 deletion src/CommonIssues.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

#include "appfwk/DAQModule.hpp"
#include "ers/Issue.hpp"
#include <logging/Logging.hpp> // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<<issue wont work.
#include "logging/Logging.hpp" // NOTE: if ISSUES ARE DECLARED BEFORE include logging/Logging.hpp, TLOG_DEBUG<<issue wont work.

#include <string>

Expand Down

0 comments on commit b703a05

Please sign in to comment.