mirror of
https://github.com/EQEmu/Server.git
synced 2026-06-02 19:30:25 +00:00
normalize includes: common
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#ifndef EQEMU_DATABASE_UPDATE_H
|
||||
#define EQEMU_DATABASE_UPDATE_H
|
||||
#pragma once
|
||||
|
||||
#include "../database.h"
|
||||
#include "common/database.h"
|
||||
|
||||
struct ManifestEntry {
|
||||
int version{}; // database version of the migration
|
||||
@@ -47,7 +46,4 @@ private:
|
||||
static bool CheckVersionsUpToDate(DatabaseVersion v, DatabaseVersion b);
|
||||
void InjectBotsVersionColumn();
|
||||
void InjectCustomVersionColumn();
|
||||
|
||||
};
|
||||
|
||||
#endif //EQEMU_DATABASE_UPDATE_H
|
||||
|
||||
Reference in New Issue
Block a user