rename threads_internal.h -> threads.h
[model-checker.git] / threads.cc
index 397c7894b70291b10016d1d3774ea74f7c840c73..13be39170f23e85c887a953b1f6bf79b8f8e5077 100644 (file)
@@ -3,7 +3,7 @@
 #include "libthreads.h"
 #include "schedule.h"
 #include "common.h"
-#include "threads_internal.h"
+#include "threads.h"
 
 /* global "model" object */
 #include "model.h"