/*
     File:       AudioUnit.r
 
     Contains:   AudioUnit Interfaces
  
     Copyright:  � 2000-2008 by Apple, Inc., all rights reserved.
 
     Bugs?:      For bug reports, consult the following page on
                 the World Wide Web:
 
                     http://developer.apple.com/bugreporter/
 
*/

#ifndef __AUDIOUNIT_R__
#define __AUDIOUNIT_R__

#ifndef __COREAUDIO_USE_FLAT_INCLUDES__
	#include <AudioUnit/AUComponent.r>
	#include <AudioUnit/AudioUnitCarbonView.r>
#else
	#include "AUComponent.r"
	#include "AudioUnitCarbonView.r"
#endif

#endif /* __AUDIOUNIT_R__ */