Abolish funcs.h.

This commit is contained in:
Eric S. Raymond 2017-06-08 04:25:20 -04:00
parent 44639a9799
commit 46cd836df0
8 changed files with 50 additions and 62 deletions

View file

@ -1,7 +1,6 @@
#include <stdlib.h>
#include <stdbool.h>
#include "advent.h"
#include "funcs.h"
#include "database.h"
/* This stuff was broken off as part of an effort to get the main program