* inftarg.c (child_thread_alive): New function to see if a
[deliverable/binutils-gdb.git] / gdb / expression.h
index dd9667fb710e63f18118bcd299f1501d98922c03..cac4dadb5cfa83ec2056b6241e5e437eae0cb7e9 100644 (file)
@@ -20,8 +20,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #if !defined (EXPRESSION_H)
 #define EXPRESSION_H 1
 
-#include "value.h"
-
 #ifdef __STDC__
 struct block;  /* Forward declaration for prototypes */
 #endif
@@ -321,6 +319,8 @@ struct expression
 #define BYTES_TO_EXP_ELEM(bytes) \
     (((bytes) + sizeof (union exp_element) - 1) / sizeof (union exp_element))
 
+#include "value.h"
+
 /* From parse.c */
 
 extern struct expression *parse_expression PARAMS ((char *));
This page took 0.023496 seconds and 4 git commands to generate.