Move posix headers to timer.hpp

This commit is contained in:
Bob Polis 2024-01-24 11:37:22 +01:00
parent d9c0ece745
commit fe3e0dd068
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,4 @@
#include <cmath> #include <cmath>
#include <signal.h>
#include <time.h>
#include <libscerror.hpp> #include <libscerror.hpp>
#include "timer.hpp" #include "timer.hpp"

View File

@ -3,6 +3,8 @@
#include <cstdint> #include <cstdint>
#include <mutex> #include <mutex>
#include <signal.h>
#include <time.h>
namespace sc { namespace sc {