refactor(poly): removed unused includes

This commit is contained in:
2025-04-02 15:00:28 -04:00
parent 15a020b1bb
commit dcc4381cbb
2 changed files with 0 additions and 9 deletions

View File

@@ -20,11 +20,6 @@
// *********************************************************************** */
#include "mfem.hpp"
#include <cmath>
#include <vector>
#include <limits>
#include <stdexcept>
#include "quill/LogMacros.h"
#include "integrators.h"
#include "debug.h"