aboutsummaryrefslogtreecommitdiff
path: root/forward.h
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2012-04-28 14:59:05 +0200
committerPetr Machata <pmachata@redhat.com>2012-08-29 19:02:08 +0200
commitba1664b062414481d0f37d06bb01a19874c8d481 (patch)
treeee8c58cf94bad219f290c3eec6b4e9f3c4c4902c /forward.h
parentc70b19501f800cb911ac906c7fb153c4a37f5f57 (diff)
downloadltrace-ba1664b062414481d0f37d06bb01a19874c8d481.tar.gz
Fix compilation
Diffstat (limited to 'forward.h')
-rw-r--r--forward.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/forward.h b/forward.h
index 286b239..e4233e5 100644
--- a/forward.h
+++ b/forward.h
@@ -1,14 +1,14 @@
/* Important types defined in other header files are declared
here. */
-struct breakpoint;
struct Event;
struct Process;
struct arg_type_info;
+struct breakpoint;
struct expr_node;
+struct library;
struct library_symbol;
struct ltelf;
struct param;
struct param_enum;
struct value;
struct value_dict;
-struct library_symbol;