From bb624b6c95af53c16485c701b18c5a03a9b18fd0 Mon Sep 17 00:00:00 2001 From: neodarz Date: Wed, 7 Aug 2019 11:04:18 +0200 Subject: Move some includes in header-guard function --- config.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config.h b/config.h index a94ce03..3c7ff5b 100644 --- a/config.h +++ b/config.h @@ -1,11 +1,11 @@ +#ifndef CONFIG_H_ +#define CONFIG_H_ + #include #include #include #include -#ifndef CONFIG_H_ -#define CONFIG_H_ - void load_config(std::string config_path); #endif -- cgit v1.2.1