~marcustomlinson/dspatch/2.62

« back to all changes in this revision

Viewing changes to src/DspWireBus.cpp

  • Committer: Marcus Tomlinson
  • Date: 2014-01-25 09:05:16 UTC
  • Revision ID: marcus.tomlinson@canonical.com-20140125090516-4735z258erkgnevq
Cleaned up installation of headers

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
23
23
************************************************************************/
24
24
 
25
 
#include <DspWireBus.h>
26
 
#include <DspComponent.h>
27
 
#include <DspWire.h>
 
25
#include <dspatch/DspWireBus.h>
 
26
#include <dspatch/DspComponent.h>
 
27
#include <dspatch/DspWire.h>
28
28
 
29
29
//=================================================================================================
30
30