X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=datarace.h;h=627b8cc88c7016b27cc2660bdebdf4693e674c40;hb=d2cbbe4ce6d8f6e1aa23b8fe639ed58edf1789b7;hp=5bfcb8ad48cc98d007612805c2cc48567dedf984;hpb=7c003db5218470054490a6777c97c6611b933a12;p=model-checker.git diff --git a/datarace.h b/datarace.h index 5bfcb8a..627b8cc 100644 --- a/datarace.h +++ b/datarace.h @@ -5,8 +5,12 @@ #ifndef DATARACE_H #include "config.h" #include -#include "clockvector.h" #include +#include "modeltypes.h" + +/* Forward declaration */ +class ClockVector; +class ModelAction; struct ShadowTable { void * array[65536];