aboutsummaryrefslogtreecommitdiffstats
path: root/layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'layout.h')
-rw-r--r--layout.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/layout.h b/layout.h
index bf183a67..808c516a 100644
--- a/layout.h
+++ b/layout.h
@@ -47,11 +47,7 @@ struct romentry {
struct flashrom_layout;
-struct layout_include_args {
- char *name;
- char *file;
- struct layout_include_args *next;
-};
+struct layout_include_args;
struct flashrom_flashctx;
struct flashrom_layout *get_global_layout(void);