aboutsummaryrefslogtreecommitdiffstats
path: root/libshiboken/bindingmanager.h
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-08-28 14:55:52 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-08-28 14:55:52 -0300
commitd5fc115c508fa1bdb295d2cb7f4a2cb3385c4e82 (patch)
tree68186cbcb0904eecffd87c6122597a007bd15a7a /libshiboken/bindingmanager.h
parent4d97a7317791a274e95e09e5a073f475362fbc37 (diff)
Removed all warnings
Diffstat (limited to 'libshiboken/bindingmanager.h')
-rw-r--r--libshiboken/bindingmanager.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libshiboken/bindingmanager.h b/libshiboken/bindingmanager.h
index bd4472154..e88864238 100644
--- a/libshiboken/bindingmanager.h
+++ b/libshiboken/bindingmanager.h
@@ -35,8 +35,8 @@
#ifndef BINDINGMANAGER_H
#define BINDINGMANAGER_H
-#include <map>
#include <Python.h>
+#include <map>
#include <basewrapper.h>
namespace Shiboken