Rename cpp_function_types.hpp -> cpp_function_type.hpp

Only plural header, consistency.
This commit is contained in:
Jonathan Müller 2017-02-05 20:47:47 +01:00
commit 65eb2f58b5
2 changed files with 4 additions and 4 deletions

View file

@ -2,8 +2,8 @@
// This file is subject to the license terms in the LICENSE file
// found in the top-level directory of this distribution.
#ifndef CPPAST_CPP_FUNCTION_TYPES_HPP_INCLUDED
#define CPPAST_CPP_FUNCTION_TYPES_HPP_INCLUDED
#ifndef CPPAST_CPP_FUNCTION_TYPE_HPP_INCLUDED
#define CPPAST_CPP_FUNCTION_TYPE_HPP_INCLUDED
#include <cppast/cpp_type.hpp>
@ -204,4 +204,4 @@ namespace cppast
};
} // namespace cppast
#endif // CPPAST_CPP_FUNCTION_TYPES_HPP_INCLUDED
#endif // CPPAST_CPP_FUNCTION_TYPE_HPP_INCLUDED

View file

@ -7,7 +7,7 @@
#include <cppast/cpp_array_type.hpp>
#include <cppast/cpp_entity.hpp>
#include <cppast/cpp_entity_kind.hpp>
#include <cppast/cpp_function_types.hpp>
#include <cppast/cpp_function_type.hpp>
using namespace cppast;