More fuzzing changes
[c11tester.git] / action.h
index fead25e649a3dfcb575e9d5aae353b4363e92d8c..de5bca9050c26bf1c38940f0acb18401cb6b6919 100644 (file)
--- a/action.h
+++ b/action.h
 #include "memoryorder.h"
 #include "modeltypes.h"
 #include "pthread.h"
-
-/* Forward declarations */
-class ClockVector;
-class Thread;
+#include "classlist.h"
 
 namespace cdsc {
        class mutex;
@@ -78,9 +75,6 @@ typedef enum action_type {
        NOOP
 } action_type_t;
 
-/* Forward declaration */
-class Node;
-class ClockVector;
 
 /**
  * @brief Represents a single atomic action