From: <pst...@us...> - 2013-01-06 03:13:20
|
Revision: 940 http://sourceforge.net/p/jazzplusplus/code/940 Author: pstieber Date: 2013-01-06 03:13:16 +0000 (Sun, 06 Jan 2013) Log Message: ----------- Removed unneeded include files. Modified Paths: -------------- trunk/jazz/src/Synth.cpp Modified: trunk/jazz/src/Synth.cpp =================================================================== --- trunk/jazz/src/Synth.cpp 2013-01-06 02:24:37 UTC (rev 939) +++ trunk/jazz/src/Synth.cpp 2013-01-06 03:13:16 UTC (rev 940) @@ -22,14 +22,10 @@ #include "Synth.h" -//#include "eventwin.h" #include "Globals.h" #include "JazzPlusPlusApplication.h" -#include "Player.h" #include "SynthesizerTypeEnums.h" #include "SysexChannel.h" -#include "Track.h" -#include "TrackWindow.h" #include <cassert> #include <cstdlib> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |