diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2024-10-31 21:46:11 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-31 21:46:11 +0100 |
commit | c06cadfe754967080c7e2a7a8d2718d6c51e7ea3 (patch) | |
tree | 0e19eddd0f250a63466ea6f464c272f9a05a2934 /src/common/DataStores/DBCFileLoader.cpp | |
parent | 598f78730c2aaab67ef19774cc783c7be3759784 (diff) |
refactor(src/common|server): remove unused import (big part 1) (#20377)
* refactor(src/common|server): remove unused import (big part 1)
* chore: fix build
* chore: fix build
* chore: fix build
* chore: fix build
* chore: attempt to fix damn linkin error
Diffstat (limited to 'src/common/DataStores/DBCFileLoader.cpp')
-rw-r--r-- | src/common/DataStores/DBCFileLoader.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/common/DataStores/DBCFileLoader.cpp b/src/common/DataStores/DBCFileLoader.cpp index dfabe1630d..2f05d8fe7b 100644 --- a/src/common/DataStores/DBCFileLoader.cpp +++ b/src/common/DataStores/DBCFileLoader.cpp @@ -17,7 +17,6 @@ #include "DBCFileLoader.h" #include "Errors.h" -#include <stdio.h> #include <string.h> DBCFileLoader::DBCFileLoader() : recordSize(0), recordCount(0), fieldCount(0), stringSize(0), fieldsOffset(nullptr), data(nullptr), stringTable(nullptr) { } |