summaryrefslogtreecommitdiffstats
path: root/lasso/export.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/export.h
parent4da50110018c69e926bd09bd16c6650f41c13db1 (diff)
downloadlasso-727f07b1ae92896912259453da126dd2cd1fd276.tar.gz
lasso-727f07b1ae92896912259453da126dd2cd1fd276.tar.xz
lasso-727f07b1ae92896912259453da126dd2cd1fd276.zip
Simplify useless complexity in include paths
Diffstat (limited to 'lasso/export.h')
-rw-r--r--lasso/export.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lasso/export.h b/lasso/export.h
index 31071410..d55cadb7 100644
--- a/lasso/export.h
+++ b/lasso/export.h
@@ -29,7 +29,7 @@
extern "C" {
#endif /* __cplusplus */
-#include "./ctypes.h"
+#include "ctypes.h"
/* Now, the export orgy begins. The following we must do for the
* Windows platform with MSVC compiler. */