We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3cfef81 commit 09362b2Copy full SHA for 09362b2
src/util/path.h
@@ -1,6 +1,7 @@
1
#pragma once
2
3
-#include "fastfetch.h"
+#include "util/FFstrbuf.h"
4
+#include "util/stringUtils.h"
5
6
const char* ffFindExecutableInPath(const char* name, FFstrbuf* result);
7
static inline bool ffIsAbsolutePath(const char* path)
0 commit comments