Skip to content
This repository has been archived by the owner on Jan 4, 2019. It is now read-only.

Commit

Permalink
lint fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
bridiver committed Mar 23, 2017
1 parent 9ee23da commit 6c10d12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions atom/app/atom_main.cc
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,25 @@

#include "atom/app/atom_main_delegate.h"
#include "atom/app/uv_task_runner.h"
#include "build/build_config.h"
#include "base/at_exit.h"
#include "base/command_line.h"
#include "base/time/time.h"
#include "build/build_config.h"
#include "content/public/app/content_main.h"

#if defined(OS_WIN)
#include <windows.h> // windows.h must be included first

#include <shellapi.h>
#include <shellscalingapi.h>
#include <tchar.h>

#include "content/public/app/sandbox_helper_win.h"
#include "sandbox/win/src/sandbox_types.h"
#include "base/win/win_util.h"
#include "chrome/install_static/install_details.h"
#include "chrome/install_static/install_util.h"
#include "chrome/install_static/product_install_details.h"
#include "content/public/app/sandbox_helper_win.h"
#include "sandbox/win/src/sandbox_types.h"
#endif // defined(OS_WIN)

#if defined(OS_MACOSX)
Expand Down

0 comments on commit 6c10d12

Please sign in to comment.