# HG changeset patch # User Matti Hamalainen # Date 1211442865 -10800 # Node ID fd81a16434edbd6d237df70d7ef27fdfd44aa7be # Parent 56514f717cc3016d45c50105eb8992484cdcd472 Move builder header inclusions. diff -r 56514f717cc3 -r fd81a16434ed src/xs_sidplay2.cc --- 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 #endif -#ifdef HAVE_RESID_BUILDER -# include -#endif -#ifdef HAVE_HARDSID_BUILDER -# include -#endif + typedef struct { #ifdef HAVE_SIDPLAY2_COMI @@ -55,6 +50,14 @@ } xs_sidplay2_t; +#ifdef HAVE_RESID_BUILDER +# include +#endif +#ifdef HAVE_HARDSID_BUILDER +# include +#endif + + /* We need to 'export' all this pseudo-C++ crap */ extern "C" {