mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
linter
This commit is contained in:
@@ -8,10 +8,11 @@
|
||||
|
||||
#include "base/win/shlwapi.h" // NOLINT(build/include_order)
|
||||
|
||||
#include <atlbase.h> // atlbase.h for CComPtr
|
||||
// atlbase.h for CComPtr
|
||||
#include <atlbase.h> // NOLINT(build/include_order)
|
||||
|
||||
#include <shlobj.h>
|
||||
#include <shobjidl.h>
|
||||
#include <shlobj.h> // NOLINT(build/include_order)
|
||||
#include <shobjidl.h> // NOLINT(build/include_order)
|
||||
|
||||
#include "base/files/file_util.h"
|
||||
#include "base/i18n/case_conversion.h"
|
||||
|
||||
Reference in New Issue
Block a user