From b83da2729fc83663f979da05201920e039ae3c3f Mon Sep 17 00:00:00 2001 From: Emilio Cobos Álvarez Date: Sun, 22 Jan 2017 12:58:12 +0100 Subject: Unify under the `bindgen` name. --- .../tests/headers/struct_containing_forward_declared_struct.h | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 libbindgen/tests/headers/struct_containing_forward_declared_struct.h (limited to 'libbindgen/tests/headers/struct_containing_forward_declared_struct.h') diff --git a/libbindgen/tests/headers/struct_containing_forward_declared_struct.h b/libbindgen/tests/headers/struct_containing_forward_declared_struct.h deleted file mode 100644 index d38aca2f..00000000 --- a/libbindgen/tests/headers/struct_containing_forward_declared_struct.h +++ /dev/null @@ -1,7 +0,0 @@ -struct a { - struct b* val_a; -}; - -struct b { - int val_b; -}; -- cgit v1.2.3