]> git.mxchange.org Git - simgear.git/blobdiff - simgear/sound/xmlsound.cxx
cppbind.Ghost: clean up a bit
[simgear.git] / simgear / sound / xmlsound.cxx
index 51c04409545507f6e5d0f900dbb79f88ba65871d..2629c29d1f92cd0e7110cde9d6fb6fe96b783b0c 100644 (file)
@@ -25,6 +25,9 @@
 #  include <simgear_config.h>
 #endif
 
+#include "xmlsound.hxx"
+
+
 #include <simgear/compiler.h>
 
 #include <string.h>
 #include <simgear/structure/exception.hxx>
 #include <simgear/misc/sg_path.hxx>
 
-#include "xmlsound.hxx"
+#include "sample_group.hxx"
+#include "sample_openal.hxx"
 
+using std::string;
 
 // static double _snd_lin(double v)   { return v; }
 static double _snd_inv(double v)   { return (v == 0) ? 1e99 : 1/v; }