Reballats tots els .h i .cpp en la mateixa carpeta

This commit is contained in:
2024-09-27 17:57:00 +02:00
parent 9d7e975952
commit 0de9188547
57 changed files with 90 additions and 90 deletions

View File

@@ -1,4 +1,4 @@
#include "common/utils.h"
#include "utils.h"
#include "const.h"
#include "director.h"
#include <iostream>
@@ -6,7 +6,7 @@
#include <string>
#include <sys/stat.h>
#include <unistd.h>
#include "common/dbgtxt.h"
#include "dbgtxt.h"
#ifndef _WIN32
#include <pwd.h>