X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2Fmoof%2Flog.hh;fp=src%2Fmoof%2Flog.hh;h=10691268d56e4d013eed8316b5a04401135b9291;hp=addf37c135f9066025c019aa7818ef16b93851d4;hb=44b3014bce798789e795242d1556cb7449e6386a;hpb=4f6e4488a55f7e3ba3f7485d78177f793c0eab9a diff --git a/src/moof/log.hh b/src/moof/log.hh index addf37c..1069126 100644 --- a/src/moof/log.hh +++ b/src/moof/log.hh @@ -10,6 +10,11 @@ #ifndef _MOOF_LOG_HH_ #define _MOOF_LOG_HH_ +#include // exit +#include +#include + + /** * \file log.hh * Functions related to logging the process. The logging functions are @@ -17,11 +22,6 @@ * least critical. */ -#include // exit -#include -#include - - namespace moof {