meta: replace bluelib with fx
This commit is contained in:
+2
-1
@@ -1,12 +1,13 @@
|
||||
#ifndef _PKG_EXPR_H_
|
||||
#define _PKG_EXPR_H_
|
||||
|
||||
#include <fx/queue.h>
|
||||
#include <ropkg/pkg-expr.h>
|
||||
#include <ropkg/version.h>
|
||||
|
||||
struct ropkg_pkg_expr {
|
||||
enum ropkg_pkg_expr_type expr_type;
|
||||
b_queue_entry expr_entry;
|
||||
fx_queue_entry expr_entry;
|
||||
};
|
||||
|
||||
struct ropkg_pkg_expr_pkg {
|
||||
|
||||
Reference in New Issue
Block a user