Main: reformat includes.

This commit is contained in:
Guillaume Jacquemin 2022-11-21 09:48:33 +01:00
parent 453c5391a4
commit b7cd78ca21
1 changed files with 2 additions and 2 deletions

View File

@ -14,8 +14,6 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <https://www.gnu.org/licenses/>.
#include "SaveTool/SaveTool.h"
#ifndef SAVETOOL_DEBUG_BUILD
#include <fstream>
#endif
@ -24,6 +22,8 @@
#include <synchapi.h>
#include <winerror.h>
#include "SaveTool/SaveTool.h"
int main(int argc, char** argv) {
#ifndef SAVETOOL_DEBUG_BUILD
std::ofstream output{"SaveToolLog.txt", std::ios::trunc|std::ios::out};