X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2FScopeGuard.h;h=9a65811d9001f146f6478d17fcce4d354da2d92a;hb=03e99d2e90996a2a424a20b1a99c90d245344a7e;hp=1eeab8ee7184a289ded267239793534b65bbcacd;hpb=22afce906d7e98d95f8c45c3301072d9fd891d41;p=folly.git diff --git a/folly/ScopeGuard.h b/folly/ScopeGuard.h index 1eeab8ee..9a65811d 100644 --- a/folly/ScopeGuard.h +++ b/folly/ScopeGuard.h @@ -21,8 +21,8 @@ #include #include -#include "folly/Preprocessor.h" -#include "folly/detail/UncaughtExceptionCounter.h" +#include +#include namespace folly {