From 0a1444e778c15825978bf917f087367406cfd6f9 Mon Sep 17 00:00:00 2001 From: Yedidya Feldblum Date: Wed, 13 Dec 2017 14:53:49 -0800 Subject: [PATCH] Remove unused #include from folly/Portability.h Summary: [Folly] Remove unused `#include ` from `folly/Portability.h`. Reviewed By: Orvid Differential Revision: D6557374 fbshipit-source-id: 369ef0b622dc057e882ed0f4ad25b47fa3f05100 --- folly/Portability.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/folly/Portability.h b/folly/Portability.h index 3f06c775..da1fff85 100644 --- a/folly/Portability.h +++ b/folly/Portability.h @@ -1,5 +1,5 @@ /* - * Copyright 2017 Facebook, Inc. + * Copyright 2017-present Facebook, Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -16,8 +16,6 @@ #pragma once -#include - #include #include -- 2.34.1