From 111b7bcce01b04e884a77248124c64a7aa337ade Mon Sep 17 00:00:00 2001 From: Christopher Dykes Date: Tue, 6 Jun 2017 11:00:02 -0700 Subject: [PATCH] Drop a dead include of FBString.h from MemoryMapping.h Summary: MemoryMapping doesn't use fbstring directly at all, so this include isn't needed. Reviewed By: yfeldblum Differential Revision: D5188209 fbshipit-source-id: d86b876a96343c830295bea1162580215a340815 --- folly/MemoryMapping.h | 1 - 1 file changed, 1 deletion(-) diff --git a/folly/MemoryMapping.h b/folly/MemoryMapping.h index 48c2f65a..14ce382d 100644 --- a/folly/MemoryMapping.h +++ b/folly/MemoryMapping.h @@ -16,7 +16,6 @@ #pragma once -#include #include #include #include -- 2.34.1