aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Core/Object.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Core/Object.h')
-rw-r--r--src/Core/Object.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Core/Object.h b/src/Core/Object.h
index e969e9ee0..387350da8 100644
--- a/src/Core/Object.h
+++ b/src/Core/Object.h
@@ -26,9 +26,6 @@
#ifndef EI_OBJECT_H
#define EI_OBJECT_H
-#include "Util.h"
-#include "Loop.h"
-
template<typename Scalar, typename Derived> class EiObject
{
static const int RowsAtCompileTime = Derived::RowsAtCompileTime,