]> Dogcows Code - chaz/yoink/blobdiff - src/moof/log.hh
pch support
[chaz/yoink] / src / moof / log.hh
index addf37c135f9066025c019aa7818ef16b93851d4..10691268d56e4d013eed8316b5a04401135b9291 100644 (file)
 #ifndef _MOOF_LOG_HH_
 #define _MOOF_LOG_HH_
 
+#include <cstdlib>             // exit
+#include <iostream>
+#include <string>
+
+
 /**
  * \file log.hh
  * Functions related to logging the process.  The logging functions are
  * least critical.
  */
 
-#include <cstdlib>             // exit
-#include <iostream>
-#include <string>
-
-
 namespace moof {
 
 
This page took 0.018188 seconds and 4 git commands to generate.