~lalo.martins/vos/main

« back to all changes in this revision

Viewing changes to libs/vos/vos/refcount.cc

  • Committer: Peter Amstutz
  • Date: 2006-05-28 23:26:54 UTC
  • Revision ID: tetron@interreality.org-20060528232654-2c5128a95436afe2
[vos @ 2006-05-29 07:26:53 by tetron]
[vos @ tetron@interreality.org-20031112032746-7809cdd300f9dce7]
[vos @ 2003-11-12 11:27:44 by tetron]
new dir structure

Original author: Peter Amstutz <tetron@interreality.org>
Date: 2003-11-11 22:27:46

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
*/
23
23
#include <stdexcept>
24
24
 
25
 
#include "refcount.hh"
26
 
#include "log.hh"
 
25
#include <vos/vos/refcount.hh>
 
26
#include <vos/vos/log.hh>
27
27
 
28
28
using namespace VOS;
29
29