]> git.pond.sub.org Git - empserver/blobdiff - src/lib/update/bp.c
(i_type, I_NONE): shift the enum down 1, so that I_NONE does not need to
[empserver] / src / lib / update / bp.c
index 8d32c32db9cfaff51411b439785db682472a59b5..a2f5b1d9f46e724264b666c228a8ac7733747a21 100644 (file)
 #include "nat.h"
 #include "file.h"
 #include "sect.h"
-#include "var.h"
 #include "budg.h"
 #include "update.h"
 #include "common.h"
 #include "optlist.h"
 
 static int bud_key[I_MAX + 2] =
-    { 0, 1, 2, 3, 4, 0, 0, 0, 0, 0, 0, 5, 6, 0, 0, 7 };
+    { 1, 2, 3, 4, 0, 0, 0, 0, 0, 0, 5, 6, 0, 0, 7 };
 
 int *
 get_wp(int *bp, struct sctstr *sp, int cm)