| Index: mojo/services/files/c/mojio_stdio.h
|
| diff --git a/mojo/services/files/public/c/mojio_stdio.h b/mojo/services/files/c/mojio_stdio.h
|
| similarity index 97%
|
| rename from mojo/services/files/public/c/mojio_stdio.h
|
| rename to mojo/services/files/c/mojio_stdio.h
|
| index 3caad0946a99694cfdf2e8a03ce29328e4adb792..d789b880df44ce0e09f09474e3f96ca84e43a41b 100644
|
| --- a/mojo/services/files/public/c/mojio_stdio.h
|
| +++ b/mojo/services/files/c/mojio_stdio.h
|
| @@ -17,8 +17,8 @@
|
| // mysterious to me, but it's consistent with glibc. I don't know what the
|
| // standard specifies.
|
|
|
| -#ifndef MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_STDIO_H_
|
| -#define MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_STDIO_H_
|
| +#ifndef MOJO_SERVICES_FILES_C_MOJIO_STDIO_H_
|
| +#define MOJO_SERVICES_FILES_C_MOJIO_STDIO_H_
|
|
|
| // Includes --------------------------------------------------------------------
|
|
|
| @@ -30,7 +30,7 @@
|
| // <stddef.h>.
|
| #include <stddef.h>
|
|
|
| -#include "files/public/c/mojio_config.h"
|
| +#include "files/c/mojio_config.h"
|
|
|
| // Macros ----------------------------------------------------------------------
|
|
|
| @@ -200,4 +200,4 @@ extern MOJIO_FILE* mojio_stderr;
|
| } // extern "C"
|
| #endif
|
|
|
| -#endif // MOJO_SERVICES_FILES_PUBLIC_C_MOJIO_STDIO_H_
|
| +#endif // MOJO_SERVICES_FILES_C_MOJIO_STDIO_H_
|
|
|