#ifndef DGC_REWRITE_LOGS_H #define DGC_REWRITE_LOGS_H #include #include "slam_inputs.h" void RewriteLogfiles(SlamInputs *inputs); #endif