From 80686d4e567bae579ea39e009826a2de92cd4ace Mon Sep 17 00:00:00 2001 From: redpony Date: Wed, 11 Aug 2010 02:37:10 +0000 Subject: major refactor, break bad circular deps git-svn-id: https://ws10smt.googlecode.com/svn/trunk@509 ec762483-ff6d-05da-a07a-a48fb63a330f --- utils/prob.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 utils/prob.h (limited to 'utils/prob.h') diff --git a/utils/prob.h b/utils/prob.h new file mode 100644 index 00000000..bc297870 --- /dev/null +++ b/utils/prob.h @@ -0,0 +1,8 @@ +#ifndef _PROB_H_ +#define _PROB_H_ + +#include "logval.h" + +typedef LogVal prob_t; + +#endif -- cgit v1.2.3