Clean up import/include statements

Summary: Make import/include more pedantically correct for platform-specific compilation

Reviewed By: hramos

Differential Revision: D9691962

fbshipit-source-id: a5fd373a7b3db22535116c597255cafb7a940c58
This commit is contained in:
Joe Peplowski
2018-09-07 15:55:05 -07:00
committed by Facebook Github Bot
parent ce8125e434
commit 8ac6ba81ea
2 changed files with 2 additions and 2 deletions

View File

@@ -7,7 +7,7 @@
#pragma once
#import <atomic>
#include <atomic>
namespace facebook {
namespace react {