Make import GUI report if you are importing a file of a name that
[ardour.git] / libs / ardour / ardour / cycles.h
index f194988da95043a68483613e13e3e0ef677c383a..0d1ac154dde746a474cefd3c00e8b78c6ad232d5 100644 (file)
@@ -16,7 +16,6 @@
     along with this program; if not, write to the Free Software
     Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
 
-    $Id$
 */
 
 #ifndef __ardour_cycles_h__
@@ -186,8 +185,9 @@ static inline cycles_t get_cycles (void)
 
 /* begin mach */
 #elif defined(__APPLE__)
-#include <CoreAudio/CoreAudioTypes.h>
+
 #include <CoreAudio/HostTime.h>
+
 typedef UInt64 cycles_t;
 static inline cycles_t get_cycles (void)
 {