comparison base/Scavenger.h @ 150:4b2ea82fd0ed

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents d397ea0a79f5
children 74abef65711b
comparison
equal deleted inserted replaced
149:3e4c384f518e 150:4b2ea82fd0ed
20 */ 20 */
21 21
22 #ifndef _SCAVENGER_H_ 22 #ifndef _SCAVENGER_H_
23 #define _SCAVENGER_H_ 23 #define _SCAVENGER_H_
24 24
25 #include "System.h" 25 #include "system/System.h"
26 26
27 #include <vector> 27 #include <vector>
28 #include <sys/time.h> 28 #include <sys/time.h>
29 29
30 /** 30 /**