Rename cpp_function_types.hpp -> cpp_function_type.hpp
Only plural header, consistency.
This commit is contained in:
parent
93f5ad5999
commit
65eb2f58b5
2 changed files with 4 additions and 4 deletions
|
|
@ -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
|
||||
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue