normalize includes: common/repositories

This commit is contained in:
brainiac
2025-12-17 09:33:09 -08:00
parent 0a1b9a9ebb
commit 087eccaf6e
504 changed files with 2532 additions and 3538 deletions
@@ -5,11 +5,10 @@
* be made by the generator only
*/
#ifndef EQEMU_BASE_LAUNCHER_REPOSITORY_H
#define EQEMU_BASE_LAUNCHER_REPOSITORY_H
#pragma once
#include "../../database.h"
#include "../../strings.h"
#include "common/database.h"
#include "common/strings.h"
class BaseLauncherRepository {
public:
@@ -284,5 +283,3 @@ public:
}
};
#endif //EQEMU_BASE_LAUNCHER_REPOSITORY_H