Skip to content

Command queue api includes unnessary headers #77

@JCash

Description

@JCash

In command_queue.hpp, neither viewmodel_runtime.hpp nor file_asset_loader.hpp are used.

#include "rive/object_stream.hpp"
#include "rive/refcnt.hpp"
#include "rive/math/vec2d.hpp"
#include "rive/viewmodel/runtime/viewmodel_runtime.hpp"
...

#include "file_asset_loader.hpp"

By having them there, it requires an api to include lots more files, and manually trying to do so is hard.
The end result is that all headers will be copied.

It does seem that command_queue.hpp should include rive/data_bind/data_values/data_type.hpp though.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions