From 7f5bca0f5d1c1bfc56c83e248360720ef45c842a Mon Sep 17 00:00:00 2001 From: Bjoern Brandenburg Date: Wed, 11 Apr 2012 17:00:35 +0200 Subject: Rename time types used in C++ schedulablity analysis integral_t == integral time units fractional_t == fractions of integral time units This is hopefully less of an eyesore than mpq_class and mpz_class. --- native/src/sharedres.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'native/src/sharedres.cpp') diff --git a/native/src/sharedres.cpp b/native/src/sharedres.cpp index 7b61fc3..a691ef9 100644 --- a/native/src/sharedres.cpp +++ b/native/src/sharedres.cpp @@ -7,7 +7,7 @@ #include "sharedres.h" #include "res_io.h" -#include +#include "time-types.h" #include "math-helper.h" #include "stl-helper.h" -- cgit v1.2.2