=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/make/targ.c,v retrieving revision 1.69 retrieving revision 1.70 diff -c -r1.69 -r1.70 *** src/usr.bin/make/targ.c 2012/10/09 19:45:34 1.69 --- src/usr.bin/make/targ.c 2013/04/23 14:32:53 1.70 *************** *** 1,4 **** ! /* $OpenBSD: targ.c,v 1.69 2012/10/09 19:45:34 espie Exp $ */ /* $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: targ.c,v 1.70 2013/04/23 14:32:53 espie Exp $ */ /* $NetBSD: targ.c,v 1.11 1997/02/20 16:51:50 christos Exp $ */ /* *************** *** 97,109 **** #include #include - #include #include #include #include #include "config.h" #include "defines.h" - #include "ohash.h" #include "stats.h" #include "suff.h" #include "var.h" --- 97,109 ---- #include #include #include + #include #include #include + #include #include "config.h" #include "defines.h" #include "stats.h" #include "suff.h" #include "var.h"