Skip to content

Commit

Permalink
Remove libqb.h usage from libqb/src
Browse files Browse the repository at this point in the history
  • Loading branch information
mkilgore committed Feb 18, 2024
1 parent 770d400 commit 42df34f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion internal/c/libqb/src/filepath.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit 42df34f

Please sign in to comment.