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 --- lasso/logging.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lasso/logging.h') diff --git a/lasso/logging.h b/lasso/logging.h index 9a483c34..5fe25ec9 100644 --- a/lasso/logging.h +++ b/lasso/logging.h @@ -26,7 +26,7 @@ #define __LASSO_LOGGING_H__ 1 #include -#include "./errors.h" +#include "errors.h" #ifndef lasso_log void lasso_log(GLogLevelFlags level, const char *filename, int line, -- cgit