refactor(poly): removed unused includes
This commit is contained in:
@@ -20,11 +20,6 @@
|
|||||||
// *********************************************************************** */
|
// *********************************************************************** */
|
||||||
#include "mfem.hpp"
|
#include "mfem.hpp"
|
||||||
#include <cmath>
|
#include <cmath>
|
||||||
#include <vector>
|
|
||||||
#include <limits>
|
|
||||||
#include <stdexcept>
|
|
||||||
|
|
||||||
#include "quill/LogMacros.h"
|
|
||||||
|
|
||||||
#include "integrators.h"
|
#include "integrators.h"
|
||||||
#include "debug.h"
|
#include "debug.h"
|
||||||
|
|||||||
@@ -23,13 +23,9 @@
|
|||||||
|
|
||||||
#include "mfem.hpp"
|
#include "mfem.hpp"
|
||||||
#include <string>
|
#include <string>
|
||||||
#include <vector>
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
#include "probe.h"
|
#include "probe.h"
|
||||||
|
|
||||||
#include "quill/LogMacros.h"
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @file polyMFEMUtils.h
|
* @file polyMFEMUtils.h
|
||||||
|
|||||||
Reference in New Issue
Block a user