]> err.no Git - libchamplain/commitdiff
Move the include file around.
authorEmmanuel Rodriguez <emmanuel.rodriguez@gmail.com>
Mon, 16 Mar 2009 18:27:10 +0000 (19:27 +0100)
committerPierre-Luc Beaudoin <pierre-luc@pierlux.com>
Wed, 25 Mar 2009 08:06:18 +0000 (10:06 +0200)
bindings/perl/Champlain/champlain-perl.h

index 1e25e43c3124ea155cfc241dfb728b8d64b3d458..558b6710912dc4ad17345206519d8297b28a72ef 100644 (file)
@@ -1,12 +1,16 @@
 #ifndef _CHAMPLAIN_PERL_H_
 
 #include <clutterperl.h>
+
+
 #include <champlain/champlain.h>
-#include "ppport.h"
-#include "champlain-autogen.h"
 
 #ifdef CHAMPLAINPERL_GTK
 #include <champlain-gtk/champlain-gtk.h>
 #endif
 
+
+#include "ppport.h"
+#include "champlain-autogen.h"
+
 #endif /* _CHAMPLAIN_PERL_H_ */