changeset 694:fd81a16434ed

Move builder header inclusions.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 22 May 2008 10:54:25 +0300
parents 56514f717cc3
children ca594ca1056f
files src/xs_sidplay2.cc
diffstat 1 files changed, 9 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_sidplay2.cc	Thu May 22 10:53:59 2008 +0300
+++ b/src/xs_sidplay2.cc	Thu May 22 10:54:25 2008 +0300
@@ -33,12 +33,7 @@
 #ifdef HAVE_SIDPLAY2_COMI
 #  include <sidplay/sidlazyiptr.h>
 #endif
-#ifdef HAVE_RESID_BUILDER
-#  include <sidplay/builders/resid.h>
-#endif
-#ifdef HAVE_HARDSID_BUILDER
-#  include <sidplay/builders/hardsid.h>
-#endif
+
 
 typedef struct {
 #ifdef HAVE_SIDPLAY2_COMI
@@ -55,6 +50,14 @@
 } xs_sidplay2_t;
 
 
+#ifdef HAVE_RESID_BUILDER
+#  include <sidplay/builders/resid.h>
+#endif
+#ifdef HAVE_HARDSID_BUILDER
+#  include <sidplay/builders/hardsid.h>
+#endif
+
+
 /* We need to 'export' all this pseudo-C++ crap */
 extern "C" {