Clean up and formatting

This commit is contained in:
Maschell
2020-12-26 14:17:50 +01:00
parent 0467178650
commit e9bd4651ca
30 changed files with 283 additions and 325 deletions

View File

@@ -1,7 +1,6 @@
#pragma once
#include <wums/defines/dynamic_linking_defines.h>
#include "utils/logger.h"
#include <string>
#include <vector>
#include "RelocationData.h"
@@ -57,9 +56,7 @@ public:
dyn_linking_import_t *importInfo);
private:
DynamicLinkingHelper() {
}
DynamicLinkingHelper() = default;
~DynamicLinkingHelper() {
}
~DynamicLinkingHelper() = default;
};