add missing parts of previous commit re: libmidi++ and JACK (files not saved in emacs, sigh)
This commit is contained in:
parent
ac4d691fe9
commit
4a71e6f28f
@ -36,9 +36,6 @@ typedef int socklen_t;
|
||||
inline void closesocket(int s) { ::close(s); }
|
||||
#endif
|
||||
|
||||
#include <jack/jack.h>
|
||||
#include <jack/midiport.h>
|
||||
|
||||
#include "pbd/xml++.h"
|
||||
#include "pbd/error.h"
|
||||
#include "pbd/failed_constructor.h"
|
||||
|
@ -20,7 +20,6 @@
|
||||
#ifndef __midipp_mmc_h_h__
|
||||
#define __midipp_mmc_h_h__
|
||||
|
||||
#include <jack/types.h>
|
||||
#include "timecode/time.h"
|
||||
|
||||
#include "pbd/signals.h"
|
||||
|
@ -22,8 +22,6 @@
|
||||
#include <string>
|
||||
#include <iostream>
|
||||
|
||||
#include <jack/types.h>
|
||||
|
||||
#include "pbd/xml++.h"
|
||||
#include "pbd/crossthread.h"
|
||||
#include "pbd/signals.h"
|
||||
|
Loading…
Reference in New Issue
Block a user