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

@ -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;