Skip to content

Commit

Permalink
remove non-standard enum fwd decl
Browse files Browse the repository at this point in the history
  • Loading branch information
iboB committed Oct 12, 2023
1 parent 315f304 commit 9ef3da7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
1 change: 0 additions & 1 deletion examples/plugin/cpu-plugin.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "model.hpp"

#include <ggml.h>
#include <ggml-backend.h>

#include <vector>
Expand Down
1 change: 0 additions & 1 deletion examples/plugin/model.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
#include "model.hpp"

#include <ggml.h>
#include <ggml-alloc.h>
#include <ggml-backend.h>

Expand Down
4 changes: 1 addition & 3 deletions examples/plugin/model.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
#pragma once
#include <ggml.h>
#include <cstdint>

struct ggml_tensor;
typedef struct ggml_backend* ggml_backend_t;
struct ggml_context;
enum ggml_type;
struct ggml_backend_buffer;
struct ggml_allocr;

Expand Down

0 comments on commit 9ef3da7

Please sign in to comment.