Rename .h files to .hpp.

This commit is contained in:
King_DuckZ 2014-06-20 19:33:23 +02:00
parent b47a341222
commit fd3a7a40e9
7 changed files with 7 additions and 7 deletions

View file

@ -28,7 +28,7 @@ DEALINGS IN THE SOFTWARE.
#ifndef UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731
#define UTF8_FOR_CPP_2675DCD0_9480_4c0c_B92A_CC14C027B731
#include "utf8/checked.h"
#include "utf8/unchecked.h"
#include "utf8/functions.hpp"
#include "utf8/unchecked.hpp"
#endif // header guard

View file

@ -28,8 +28,8 @@ DEALINGS IN THE SOFTWARE.
#ifndef UTF8_FOR_CPP_CHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
#define UTF8_FOR_CPP_CHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
#include "core.h"
#include "exception.h"
#include "core.hpp"
#include "exception.hpp"
#include <cassert>
#include <cstddef>

View file

@ -28,7 +28,7 @@ DEALINGS IN THE SOFTWARE.
#ifndef UTF8_FOR_CPP_UNCHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
#define UTF8_FOR_CPP_UNCHECKED_H_2675DCD0_9480_4c0c_B92A_CC14C027B731
#include "core.h"
#include "core.hpp"
namespace utf8
{

View file

@ -1,4 +1,4 @@
#include "utf8.h"
#include "utf8.hpp"
#include "unit_config.h"
#include <gtest/gtest.h>
#include <string>

View file

@ -1,4 +1,4 @@
#include "utf8.h"
#include "utf8.hpp"
#include "unit_config.h"
#include <gtest/gtest.h>
#include <ciso646>