aboutsummaryrefslogtreecommitdiff
path: root/include/survive.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/survive.h')
-rw-r--r--include/survive.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/survive.h b/include/survive.h
index e29c82b..889e24d 100644
--- a/include/survive.h
+++ b/include/survive.h
@@ -1,7 +1,6 @@
#ifndef _SURVIVE_H
#define _SURVIVE_H
-#include "disambiguator.h"
#include <stdint.h>
#define SV_FLOAT double
@@ -38,7 +37,7 @@ struct SurviveObject
int32_t total_photo_time;
int32_t total_pulsecode_time;
#else
- disambiguator d;
+ struct disambiguator * d;
#endif
};