]> git.cworth.org Git - apitrace/blobdiff - common/trace_tools.hpp
os: Use CLOCK_MONOTONIC
[apitrace] / common / trace_tools.hpp
index b568a0de83642080d80e63875e53981427385ab6..ddfe888cbcf206eeaeb983c2220fc1529ee96393 100644 (file)
 
 #include <stdlib.h>
 
-#include "os_string.hpp"
 #include "trace_api.hpp"
 
 
 namespace trace {
 
 
-os::String
-findFile(const char *relPath, // path relative to the current program
-         const char *absPath, // absolute path
-         bool verbose);
-
 int
 traceProgram(API api,
              char * const *argv,