summaryrefslogtreecommitdiff
path: root/src/cache.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.hpp')
-rw-r--r--src/cache.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cache.hpp b/src/cache.hpp
index 9075da0d..9ecb0f1e 100644
--- a/src/cache.hpp
+++ b/src/cache.hpp
@@ -18,7 +18,7 @@
#include <vector>
#include <mutex>
-#include "utilities.hpp"
+#include "utilities/utilities.hpp"
namespace clblast {
// =================================================================================================
@@ -89,7 +89,7 @@ bool ProgramIsInCache(const Context &context, const Precision &precision,
// =================================================================================================
// Clears the cache of stored binaries
-StatusCode CacheClearAll();
+void CacheClearAll();
// =================================================================================================
} // namespace clblast