replace include guards with pragma once
This commit is contained in:
+1
-4
@@ -1,5 +1,4 @@
|
||||
#ifndef CODERS_TOML_HPP_
|
||||
#define CODERS_TOML_HPP_
|
||||
#pragma once
|
||||
|
||||
#include <string>
|
||||
|
||||
@@ -16,5 +15,3 @@ namespace toml {
|
||||
SettingsHandler& handler, std::string_view file, std::string_view source
|
||||
);
|
||||
}
|
||||
|
||||
#endif // CODERS_TOML_HPP_
|
||||
|
||||
Reference in New Issue
Block a user