Sort includes alphabetically

This commit is contained in:
Kevin Sawicki 2016-08-26 15:30:02 -07:00
parent 56c17ae516
commit 6285500cdc
56 changed files with 91 additions and 91 deletions

View file

@ -7,10 +7,10 @@
#include <stdlib.h>
#if defined(OS_WIN)
#include <windows.h>
#include <shellapi.h>
#include <shellscalingapi.h>
#include <tchar.h>
#include <shellapi.h>
#include <windows.h>
#include "atom/app/atom_main_delegate.h"
#include "atom/common/crash_reporter/win/crash_service_main.h"

View file

@ -4,8 +4,8 @@
#include "atom/app/atom_main_delegate.h"
#include <string>
#include <iostream>
#include <string>
#include "atom/app/atom_content_client.h"
#include "atom/browser/atom_browser_client.h"

View file

@ -7,8 +7,8 @@
#include <string>
#include "brightray/common/main_delegate.h"
#include "brightray/common/content_client.h"
#include "brightray/common/main_delegate.h"
namespace atom {