summaryrefslogtreecommitdiff
path: root/src/configuration.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/configuration.h')
-rw-r--r--src/configuration.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/configuration.h b/src/configuration.h
index 7dadb083..197e1a41 100644
--- a/src/configuration.h
+++ b/src/configuration.h
@@ -17,18 +17,16 @@
* You should have received a copy of the GNU General Public License
* along with The Mana World; if not, write to the Free Software
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
- *
- * $Id: configuration.h 4237 2008-05-14 18:57:32Z b_lindeijer $
*/
#ifndef _TMW_CONFIGURATION_H
#define _TMW_CONFIGURATION_H
-#include <map>
-#include <list>
-#include <string>
#include <cassert>
#include <libxml/xmlwriter.h>
+#include <list>
+#include <map>
+#include <string>
class ConfigListener;
class ConfigurationObject;