refactor: make include guard style uniform

This commit is contained in:
ToruNiina
2019-03-16 14:19:47 +09:00
parent 9b8db6a225
commit fd063af7ce
12 changed files with 24 additions and 24 deletions

View File

@@ -1,7 +1,7 @@
// Copyright Toru Niina 2017.
// Distributed under the MIT License.
#ifndef TOML11_REGION_H
#define TOML11_REGION_H
#ifndef TOML11_REGION_HPP
#define TOML11_REGION_HPP
#include "exception.hpp"
#include <memory>
#include <vector>