Remove src/expr.h - everything in it is now in types.h or protos.h

This commit is contained in:
Dianne Skoll
2024-06-02 10:26:41 -04:00
parent c2b53f95a4
commit d77d9854d2
18 changed files with 25 additions and 50 deletions
-1
View File
@@ -26,7 +26,6 @@
#include "globals.h"
#include "protos.h"
#include "err.h"
#include "expr.h"
#define FUNC_HASH_SIZE 32 /* Size of User-defined function hash table */