summaryrefslogtreecommitdiffstats
path: root/src/common/iman.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/iman.h')
-rw-r--r--src/common/iman.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/common/iman.h b/src/common/iman.h
index 75655aa..53caed7 100644
--- a/src/common/iman.h
+++ b/src/common/iman.h
@@ -15,14 +15,14 @@
// * along with this program. If not, see http://www.gnu.org/licenses/.
/**
- * \file iman.h
+ * \file common/iman.h
* \brief Instance manager for managed classes
*/
#pragma once
-#include <common/singleton.h>
-#include <common/misc.h>
+
+#include "common/singleton.h"
/**