Skip to content

Commit 403361d

Browse files
Fix the order of #include.
#codehealth PiperOrigin-RevId: 629129962
1 parent 68e99df commit 403361d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/base/file_util.cc

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@
5454
#include "base/singleton.h"
5555

5656
#ifdef _WIN32
57-
#include "base/util.h"
58-
#include "base/win32/wide_char.h"
59-
6057
#include <wil/resource.h>
6158
#include <windows.h>
6259

60+
#include "base/util.h"
61+
#include "base/win32/wide_char.h"
62+
6363
#else // _WIN32
6464
#include <sys/stat.h>
6565
#include <unistd.h>

0 commit comments

Comments
 (0)