From fa9dbf2e6814b7b25814323dbf623c7365eccc6f Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 14 May 2009 16:55:22 +0000 Subject: Always include types.h first. git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@2007 a436a847-0d15-0410-975c-d299462d15a1 --- src/port.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/port.c') diff --git a/src/port.c b/src/port.c index e75ffb5..50b62c3 100644 --- a/src/port.c +++ b/src/port.c @@ -22,10 +22,10 @@ #include #include #include +#include "slv2/types.h" #include "slv2/collections.h" #include "slv2/port.h" #include "slv2/query.h" -#include "slv2/types.h" #include "slv2/util.h" #include "slv2_internal.h" -- cgit v1.2.1