| Index: mojom/generators/c/templates/source.tmpl.go
|
| diff --git a/mojom/generators/c/templates/source.tmpl.go b/mojom/generators/c/templates/source.tmpl.go
|
| index f295663574ccdaa9d1a0fd03a15685c43807b377..59e810b4d7e8a2e2af331d8691fb6675702d8532 100644
|
| --- a/mojom/generators/c/templates/source.tmpl.go
|
| +++ b/mojom/generators/c/templates/source.tmpl.go
|
| @@ -10,11 +10,10 @@ const GenerateSourceFile = `
|
|
|
| #include "{{.HeaderFile}}"
|
|
|
| +#include <mojo/bindings/internal/type_descriptor.h>
|
| #include <mojo/system/handle.h>
|
| #include <stdbool.h>
|
|
|
| -#include "mojo/public/c/bindings/lib/type_descriptor.h"
|
| -
|
| // Imports.
|
| {{range $import := .Imports -}}
|
| #include "{{$import}}"
|
|
|