00001
00008
00009
00010
00011
00012 #ifndef ECL_TIME_LITE_HPP_
00013 #define ECL_TIME_LITE_HPP_
00014
00015
00016
00017
00018
00019 #include "config.hpp"
00020 #include "errors.hpp"
00021 #include "types.hpp"
00022 #include "functions.hpp"
00023 #include "cpu_time.hpp"
00024
00025 #endif