diff options
author | Craig Tiller <ctiller@google.com> | 2016-03-25 13:38:14 -0700 |
---|---|---|
committer | Craig Tiller <ctiller@google.com> | 2016-03-25 13:38:14 -0700 |
commit | f40df23eebdc0fb367ea265be98a4f86b6efbc94 (patch) | |
tree | bdad84361157815b91138e2a6ebdbedefe7c19c7 /src/core/iomgr/iomgr_windows.c | |
parent | b7b20fee9649c57df0aef8cb54f85465312bab80 (diff) |
Auto-changes
Diffstat (limited to 'src/core/iomgr/iomgr_windows.c')
-rw-r--r-- | src/core/iomgr/iomgr_windows.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/iomgr/iomgr_windows.c b/src/core/iomgr/iomgr_windows.c index 14775516bb..6de41b3c41 100644 --- a/src/core/iomgr/iomgr_windows.c +++ b/src/core/iomgr/iomgr_windows.c @@ -39,9 +39,9 @@ #include <grpc/support/log.h> -#include "src/core/iomgr/socket_windows.h" #include "src/core/iomgr/iocp_windows.h" #include "src/core/iomgr/iomgr.h" +#include "src/core/iomgr/socket_windows.h" /* Windows' io manager is going to be fully designed using IO completion ports. All of what we're doing here is basically make sure that |