From 2271234d7d34f4ecc0d434765334bafcdd13722b Mon Sep 17 00:00:00 2001 From: Florent Thoumie Date: Mon, 17 Dec 2012 14:12:57 -0800 Subject: [PATCH] Unbreak folly. Summary: Extra '#' in there. Test Plan: fbconfig nagios/plugins && fbmake opt Reviewed By: carl.moran1@fb.com FB internal diff: D660977 --- folly/Portability.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/folly/Portability.h b/folly/Portability.h index f16c69a0..a8d2d9ee 100644 --- a/folly/Portability.h +++ b/folly/Portability.h @@ -37,7 +37,7 @@ # define FOLLY_FINAL final # define FOLLY_OVERRIDE override #elif defined(__GNUC__) -# #include +# include # if __GNUC_PREREQ(4,7) # define FOLLY_FINAL final # define FOLLY_OVERRIDE override -- 2.34.1