Browse Source

Cleanup headers(2).

git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@4637 0c269be4-1314-0410-8aa9-9f06e86f4224
tags/1.9.8
sletz 13 years ago
parent
commit
8cea10ac4f
6 changed files with 0 additions and 9 deletions
  1. +0
    -2
      common/JackNetAPI.cpp
  2. +0
    -1
      common/JackNetDriver.cpp
  3. +0
    -2
      common/JackNetInterface.cpp
  4. +0
    -2
      common/JackNetManager.cpp
  5. +0
    -1
      common/JackNetSocket.h
  6. +0
    -1
      common/JackNetTool.h

+ 0
- 2
common/JackNetAPI.cpp View File

@@ -20,9 +20,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
#include <assert.h> #include <assert.h>
#include <stdarg.h> #include <stdarg.h>
#include "JackNetInterface.h" #include "JackNetInterface.h"
//#include "JackPlatformPlug.h"
#include "JackError.h" #include "JackError.h"
//#include "JackTime.h"
#include "JackException.h" #include "JackException.h"
#include "JackAudioAdapterInterface.h" #include "JackAudioAdapterInterface.h"




+ 0
- 1
common/JackNetDriver.cpp View File

@@ -19,7 +19,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#include "JackNetDriver.h" #include "JackNetDriver.h"
#include "JackEngineControl.h" #include "JackEngineControl.h"
#include "JackLockedEngine.h" #include "JackLockedEngine.h"
#include "JackGraphManager.h"
#include "JackWaitThreadedDriver.h" #include "JackWaitThreadedDriver.h"


using namespace std; using namespace std;


+ 0
- 2
common/JackNetInterface.cpp View File

@@ -18,12 +18,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


#include "JackNetInterface.h" #include "JackNetInterface.h"
#include "JackException.h" #include "JackException.h"
//#include "JackPlatformPlug.h"
#include <assert.h> #include <assert.h>


using namespace std; using namespace std;



/* /*
TODO : since midi buffers now uses up to BUFFER_SIZE_MAX frames, TODO : since midi buffers now uses up to BUFFER_SIZE_MAX frames,
probably also use BUFFER_SIZE_MAX in everything related to MIDI events probably also use BUFFER_SIZE_MAX in everything related to MIDI events


+ 0
- 2
common/JackNetManager.cpp View File

@@ -18,13 +18,11 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


#include "JackNetManager.h" #include "JackNetManager.h"
#include "JackArgParser.h" #include "JackArgParser.h"
//#include "JackTime.h"
#include "JackServerGlobals.h" #include "JackServerGlobals.h"
#include "JackLockedEngine.h" #include "JackLockedEngine.h"


using namespace std; using namespace std;



namespace Jack namespace Jack
{ {
//JackNetMaster****************************************************************************************************** //JackNetMaster******************************************************************************************************


+ 0
- 1
common/JackNetSocket.h View File

@@ -20,7 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#ifndef __JackNetSocket__ #ifndef __JackNetSocket__
#define __JackNetSocket__ #define __JackNetSocket__


//#include "JackCompilerDeps.h"
#include "JackError.h" #include "JackError.h"
#include <cstdlib> #include <cstdlib>
#include <cstdio> #include <cstdio>


+ 0
- 1
common/JackNetTool.h View File

@@ -19,7 +19,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.


#include "JackMidiPort.h" #include "JackMidiPort.h"
#include "JackTools.h" #include "JackTools.h"
#include "JackPlatformPlug.h"
#include "types.h" #include "types.h"
#include "transport.h" #include "transport.h"
#ifndef WIN32 #ifndef WIN32


Loading…
Cancel
Save