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:
parent
ce8125e434
commit
8ac6ba81ea
|
@ -7,7 +7,7 @@
|
||||||
|
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#import <atomic>
|
#include <atomic>
|
||||||
|
|
||||||
namespace facebook {
|
namespace facebook {
|
||||||
namespace react {
|
namespace react {
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
* LICENSE file in the root directory of this source tree.
|
* LICENSE file in the root directory of this source tree.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#import <memory>
|
#include <memory>
|
||||||
|
|
||||||
namespace facebook {
|
namespace facebook {
|
||||||
namespace react {
|
namespace react {
|
||||||
|
|
Loading…
Reference in New Issue