Skip to content

Commit

Permalink
Fix the order of #include.
Browse files Browse the repository at this point in the history
#codehealth

PiperOrigin-RevId: 629129962
  • Loading branch information
hiroyuki-komatsu committed Apr 29, 2024
1 parent 68e99df commit 403361d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/base/file_util.cc
Original file line number Diff line number Diff line change
Expand Up @@ -54,12 +54,12 @@
#include "base/singleton.h"

#ifdef _WIN32
#include "base/util.h"
#include "base/win32/wide_char.h"

#include <wil/resource.h>
#include <windows.h>

#include "base/util.h"
#include "base/win32/wide_char.h"

#else // _WIN32
#include <sys/stat.h>
#include <unistd.h>
Expand Down

0 comments on commit 403361d

Please sign in to comment.