1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-09-20 04:24:48 +00:00

Remove libqb.h usage from libqb/src

This commit is contained in:
Matthew Kilgore 2024-02-16 20:49:48 -05:00
parent 770d400eb3
commit 42df34f4a5

View file

@ -4,8 +4,9 @@
#include "libqb-common.h"
#include <algorithm>
#include <string.h>
#include "../../libqb.h"
#include "qbs.h"
#include "filepath.h"
const char *filepath_get_filename(const char *path) {