summaryrefslogtreecommitdiffstats
path: root/src/common/iman.h
diff options
context:
space:
mode:
authorPiotr Dziwinski <piotrdz@gmail.com>2012-10-17 21:55:45 +0200
committerPiotr Dziwinski <piotrdz@gmail.com>2012-10-17 21:55:45 +0200
commitf6e27099b294d55c15a6b5dad13cda7730a17a71 (patch)
tree2ce292b3fc476767bc4cd0040cea0fb83242146e /src/common/iman.h
parent9738631e5e49f6b8edc32b9128e0c5d52f7df44f (diff)
downloadcolobot-f6e27099b294d55c15a6b5dad13cda7730a17a71.tar.gz
colobot-f6e27099b294d55c15a6b5dad13cda7730a17a71.tar.bz2
colobot-f6e27099b294d55c15a6b5dad13cda7730a17a71.zip
Doxygen/comment fixes and some #include refactoring
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"
/**