diff --git a/Shell/Formatter.h b/Shell/Formatter.h index 92c6c0ac36..3f6c2c423a 100644 --- a/Shell/Formatter.h +++ b/Shell/Formatter.h @@ -31,7 +31,6 @@ #include #include #include -#include #include namespace Shell { @@ -111,7 +110,6 @@ private: bool in_double_quotes { false }; } m_options; - size_t m_current_line_length { 0 }; size_t m_current_indent { 0 }; StringBuilder m_builder;