put get_microseconds() into PBD namsepace

This implementation is a blend of the two previously in libs/ardour/globals.cc
and libs/pbd/window_timer_utils.cc
This commit is contained in:
Paul Davis 2021-06-26 18:25:02 -06:00
parent a2974b0c0b
commit 9e598548f7
4 changed files with 4 additions and 118 deletions

View file

@ -56,6 +56,7 @@ libpbd_sources = [
'localtime_r.cc',
'malign.cc',
'md5.cc',
'microseconds.cc',
'mountpoint.cc',
'openuri.cc',
'pathexpand.cc',