Don't include error.hh in util.hh to prevent header bloat

This commit is contained in:
Eelco Dolstra 2020-04-22 15:03:41 +02:00
parent 7114f088fc
commit c9d0cf7e02
No known key found for this signature in database
GPG key ID: 8170B4726D7198DE

View file

@ -3,7 +3,6 @@
#include "types.hh"
#include "logging.hh"
#include "ansicolor.hh"
#include "error.hh"
#include <sys/types.h>
#include <sys/stat.h>