| Index: mojo/public/c/include/mojo/bindings/struct.h
|
| diff --git a/mojo/public/c/bindings/struct.h b/mojo/public/c/include/mojo/bindings/struct.h
|
| similarity index 94%
|
| rename from mojo/public/c/bindings/struct.h
|
| rename to mojo/public/c/include/mojo/bindings/struct.h
|
| index 9871abb7810fd3f8ecf09ffdec485570b3390e8c..06219a1cb0004ca79555352ce2e329946189762b 100644
|
| --- a/mojo/public/c/bindings/struct.h
|
| +++ b/mojo/public/c/include/mojo/bindings/struct.h
|
| @@ -2,17 +2,16 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -#ifndef MOJO_PUBLIC_C_BINDINGS_STRUCT_H_
|
| -#define MOJO_PUBLIC_C_BINDINGS_STRUCT_H_
|
| +#ifndef MOJO_PUBLIC_C_INCLUDE_MOJO_BINDINGS_STRUCT_H_
|
| +#define MOJO_PUBLIC_C_INCLUDE_MOJO_BINDINGS_STRUCT_H_
|
|
|
| +#include <mojo/bindings/buffer.h>
|
| +#include <mojo/bindings/internal/type_descriptor.h>
|
| +#include <mojo/bindings/internal/util.h>
|
| #include <mojo/macros.h>
|
| #include <stddef.h>
|
| #include <stdint.h>
|
|
|
| -#include "mojo/public/c/bindings/buffer.h"
|
| -#include "mojo/public/c/bindings/lib/type_descriptor.h"
|
| -#include "mojo/public/c/bindings/lib/util.h"
|
| -
|
| MOJO_BEGIN_EXTERN_C
|
|
|
| struct MojomStructHeader {
|
| @@ -106,4 +105,4 @@ bool MojomStruct_DeepCopy(struct MojomBuffer* buffer,
|
|
|
| MOJO_END_EXTERN_C
|
|
|
| -#endif // MOJO_PUBLIC_C_BINDINGS_STRUCT_H_
|
| +#endif // MOJO_PUBLIC_C_INCLUDE_MOJO_BINDINGS_STRUCT_H_
|
|
|