diff --git a/src/polyscope.cpp b/src/polyscope.cpp index 47dc5494..b3190df4 100644 --- a/src/polyscope.cpp +++ b/src/polyscope.cpp @@ -20,8 +20,6 @@ #include "nlohmann/json.hpp" using json = nlohmann::json; -#include "backends/imgui_impl_opengl3.h" - namespace polyscope { // Note: Storage for global members lives in state.cpp and options.cpp