summaryrefslogtreecommitdiffstats
path: root/src/common/logger.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/logger.h')
-rw-r--r--src/common/logger.h14
1 files changed, 6 insertions, 8 deletions
diff --git a/src/common/logger.h b/src/common/logger.h
index fc43735..dfeeb98 100644
--- a/src/common/logger.h
+++ b/src/common/logger.h
@@ -14,22 +14,20 @@
// * You should have received a copy of the GNU General Public License
// * along with this program. If not, see http://www.gnu.org/licenses/.
-// logger.h
+/**
+ * \file common/logger.h
+ * \brief Class for logging information to file or console
+ */
#pragma once
+#include "common/singleton.h"
+
#include <string>
#include <cstdarg>
#include <cstdio>
-#include <common/singleton.h>
-
-/**
- * @file common/logger.h
- * @brief Class for loggin information to file or console
- */
-
/**
* \public