diff --git a/file_templates/classes/qobject/class.cpp b/file_templates/classes/qobject/class.cpp --- a/file_templates/classes/qobject/class.cpp +++ b/file_templates/classes/qobject/class.cpp @@ -64,5 +64,4 @@ {% endblock function_definitions %} {% block bottom %} -#include "{{ output_file_header|cut:".h"|cut:".hpp" }}.moc" {% endblock bottom %} diff --git a/file_templates/testing/cpp_qtestlib/class.cpp b/file_templates/testing/cpp_qtestlib/class.cpp --- a/file_templates/testing/cpp_qtestlib/class.cpp +++ b/file_templates/testing/cpp_qtestlib/class.cpp @@ -43,5 +43,3 @@ } {% endfor %} - -#include "{{ output_file_header|cut:".h"|cut:".hpp" }}.moc" diff --git a/file_templates/testing/cpp_qtestlib_kde/class.cpp b/file_templates/testing/cpp_qtestlib_kde/class.cpp --- a/file_templates/testing/cpp_qtestlib_kde/class.cpp +++ b/file_templates/testing/cpp_qtestlib_kde/class.cpp @@ -41,5 +41,3 @@ } {% endfor %} - -#include "{{ output_file_header|cut:".h"|cut:".hpp" }}.moc" diff --git a/file_templates/testing/cpp_qtestlib_kdevelop/class.cpp b/file_templates/testing/cpp_qtestlib_kdevelop/class.cpp --- a/file_templates/testing/cpp_qtestlib_kdevelop/class.cpp +++ b/file_templates/testing/cpp_qtestlib_kdevelop/class.cpp @@ -37,5 +37,3 @@ } {% endfor %} - -#include "{{ output_file_header|cut:".h"|cut:".hpp" }}.moc"