From: Emmanuel Rodriguez Date: Mon, 16 Mar 2009 18:27:10 +0000 (+0100) Subject: Move the include file around. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8d4b754fb316cf620dcd8a933e3e9886103d878;p=libchamplain Move the include file around. --- diff --git a/bindings/perl/Champlain/champlain-perl.h b/bindings/perl/Champlain/champlain-perl.h index 1e25e43..558b671 100644 --- a/bindings/perl/Champlain/champlain-perl.h +++ b/bindings/perl/Champlain/champlain-perl.h @@ -1,12 +1,16 @@ #ifndef _CHAMPLAIN_PERL_H_ #include + + #include -#include "ppport.h" -#include "champlain-autogen.h" #ifdef CHAMPLAINPERL_GTK #include #endif + +#include "ppport.h" +#include "champlain-autogen.h" + #endif /* _CHAMPLAIN_PERL_H_ */