Reorgnize the platform-specific files

This commit is contained in:
Cheng Zhao 2018-01-10 14:45:42 +09:00
parent b2542a27c3
commit 5f1c76c688
7 changed files with 18 additions and 24 deletions

View file

@ -2,11 +2,12 @@
// Use of this source code is governed by the MIT license that can be
// found in the LICENSE file.
#include "atom/browser/api/atom_api_in_app_purchase.h"
#include <string>
#include <utility>
#include <vector>
#include "atom/browser/api/atom_api_in_app_purchase.h"
#include "atom/common/native_mate_converters/callback.h"
#include "native_mate/dictionary.h"

View file

@ -7,8 +7,8 @@
#include <string>
#include "atom/browser/in_app_purchase.h"
#include "atom/browser/in_app_purchase_observer.h"
#include "atom/browser/mac/in_app_purchase.h"
#include "atom/browser/mac/in_app_purchase_observer.h"
#include "native_mate/dictionary.h"
namespace mate {