Skip to content

Commit 5bd0f45

Browse files
committed
chore(loggers): add pragma once to file headers
1 parent aea71e4 commit 5bd0f45

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

include/logit_cpp/logit/loggers/FileLogger.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#pragma once
12
#ifndef _LOGIT_FILE_LOGGER_HPP_INCLUDED
23
#define _LOGIT_FILE_LOGGER_HPP_INCLUDED
34

include/logit_cpp/logit/loggers/UniqueFileLogger.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#pragma once
12
#ifndef _LOGIT_UNIQUE_FILE_LOGGER_HPP_INCLUDED
23
#define _LOGIT_UNIQUE_FILE_LOGGER_HPP_INCLUDED
34

0 commit comments

Comments
 (0)