As per [https://github.com/syl20bnr/spacemacs/issues/16501#issuecomment-2245560712](https://github.com/syl20bnr/spacemacs/issues/16501#issuecomment-2245560712) Consider this small example. ```c++ #include <fstream> int main() { std::ifstream file("a.txt"); } ``` When I try to refactor, the include is automatically deleted.