Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(411)

Unified Diff: examples/c/echo_client/echo_client.c

Issue 2229573002: Change the canonical way to include the C macros.h to <mojo/macros.h>. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « examples/c/echo_client/BUILD.gn ('k') | mojo/edk/platform/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/c/echo_client/echo_client.c
diff --git a/examples/c/echo_client/echo_client.c b/examples/c/echo_client/echo_client.c
index c8b0fb3077cd5a8604ffe6fdeda21911b63753b0..a011938cd02fd447eb03f4c162e6d093fb219e8f 100644
--- a/examples/c/echo_client/echo_client.c
+++ b/examples/c/echo_client/echo_client.c
@@ -9,13 +9,13 @@
// encoding order and can be error-prone, but fast.
#include <assert.h>
+#include <mojo/macros.h>
#include <stdio.h>
#include <string.h>
#include "examples/echo/echo.mojom-c.h"
#include "mojo/public/c/bindings/buffer.h"
#include "mojo/public/c/bindings/message.h"
-#include "mojo/public/c/system/macros.h"
#include "mojo/public/c/system/main.h"
#include "mojo/public/c/system/message_pipe.h"
#include "mojo/public/c/system/result.h"
« no previous file with comments | « examples/c/echo_client/BUILD.gn ('k') | mojo/edk/platform/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698