summaryrefslogtreecommitdiffstats
path: root/lasso/logging.h
diff options
context:
space:
mode:
authorBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-12-16 14:17:31 +0100
committerBenjamin Dauvergne <bdauvergne@entrouvert.com>2011-12-16 14:17:31 +0100
commit727f07b1ae92896912259453da126dd2cd1fd276 (patch)
tree409bd3231ec465b68fa1e1be5ef71a12accf275e /lasso/logging.h
parent4da50110018c69e926bd09bd16c6650f41c13db1 (diff)
downloadlasso-727f07b1ae92896912259453da126dd2cd1fd276.tar.gz
lasso-727f07b1ae92896912259453da126dd2cd1fd276.tar.xz
lasso-727f07b1ae92896912259453da126dd2cd1fd276.zip
Simplify useless complexity in include paths
Diffstat (limited to 'lasso/logging.h')
-rw-r--r--lasso/logging.h2
1 files changed, 1 insertions, 1 deletions
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 <glib.h>
-#include "./errors.h"
+#include "errors.h"
#ifndef lasso_log
void lasso_log(GLogLevelFlags level, const char *filename, int line,