From 727f07b1ae92896912259453da126dd2cd1fd276 Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Fri, 16 Dec 2011 14:17:31 +0100 Subject: Simplify useless complexity in include paths --- bindings/perl/lang.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bindings') diff --git a/bindings/perl/lang.py b/bindings/perl/lang.py index 7390ecb4..133db50c 100644 --- a/bindings/perl/lang.py +++ b/bindings/perl/lang.py @@ -161,9 +161,9 @@ static inline void lasso_log(GLogLevelFlags level, const char *filename, #define lasso_log lasso_log #endif -#include "./gobject_handling.c" -#include "./glist_handling.c" -#include "./ghashtable_handling.c" +#include "gobject_handling.c" +#include "glist_handling.c" +#include "ghashtable_handling.c" #define lasso_assign_simple(a,b) a = b; -- cgit