summaryrefslogtreecommitdiffstats
path: root/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl')
-rw-r--r--mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl3
1 files changed, 0 insertions, 3 deletions
diff --git a/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl b/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
index 91a4473..af93b84 100644
--- a/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
+++ b/mojo/public/tools/bindings/generators/cpp_templates/module.h.tmpl
@@ -39,9 +39,6 @@
{%- for import in imports %}
#include "{{import.module.path}}.h"
{%- endfor %}
-{%- if variant %}
-#include "{{module.path}}.h"
-{%- endif %}
{%- for namespace in namespaces_as_array %}
namespace {{namespace}} {