Related to #1785.
#define _EXPARSE_H
#endif
-#include "exlib.h"
+#include <expr/exlib.h>
#include <stddef.h>
#include <string.h>
int loopop; /* break|continue|return op */ \
int nesting; /* exstatement() nesting */
-#include <expr.h>
+#include <expr/expr.h>
#include <ctype.h>
#include <ast/error.h>
#include <ast/sfstr.h>
%{
-#include "exgram.h"
+#include <expr/exgram.h>
%}
return NULL;
}
-#include "exgram.h"
+#include <expr/exgram.h>
#define extern extern __IMPORT__
#endif
-#include "exparse.h"
+#include <expr/exparse.h>
#undef extern
#define ACTIONS_H
#include "cgraph.h"
-#include "expr.h"
+#include <expr/expr.h>
extern void nodeInduce(Agraph_t * selected);
extern Agobj_t *clone(Agraph_t * g, Agobj_t * obj);
#include <sfio.h>
#include <parse.h>
#include <gprstate.h>
-#include <expr.h>
+#include <expr/expr.h>
typedef struct {
Exnode_t *guard;
#include "cgraph.h"
#include <ast/ast.h>
#include "vmalloc.h"
-#include "expr.h"
+#include <expr/expr.h>
#include "gvpr.h"
typedef enum { TV_flat, TV_ne, TV_en,