diff options
Diffstat (limited to 'lib/Support/Timer.cpp')
-rw-r--r-- | lib/Support/Timer.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Support/Timer.cpp b/lib/Support/Timer.cpp index 8a0b4ecc..1948449c 100644 --- a/lib/Support/Timer.cpp +++ b/lib/Support/Timer.cpp @@ -7,9 +7,9 @@ // //===----------------------------------------------------------------------===// -#include "klee/Internal/Support/ErrorHandling.h" -#include "klee/Internal/Support/Timer.h" -#include "klee/Internal/System/Time.h" +#include "klee/Support/ErrorHandling.h" +#include "klee/Support/Timer.h" +#include "klee/System/Time.h" using namespace klee; |