diff options
author | Francesco Borzì <borzifrancesco@gmail.com> | 2022-01-22 11:21:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-22 11:21:35 +0100 |
commit | abc56842c4c69594e9df28e9672259a83862e679 (patch) | |
tree | f09ff825448f271474105ffb5bb0a56d012816e3 /src/common/DataStores/DBCFileLoader.cpp | |
parent | 8c184e06f9df6daae851f2e7a60ff68499895c61 (diff) |
refactor(Core): remove unused imports (#10296)
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 ace2d79ad9..80bb213b57 100644 --- a/src/common/DataStores/DBCFileLoader.cpp +++ b/src/common/DataStores/DBCFileLoader.cpp @@ -18,7 +18,6 @@ #include "DBCFileLoader.h" #include "Errors.h" #include <stdio.h> -#include <stdlib.h> #include <string.h> DBCFileLoader::DBCFileLoader() : recordSize(0), recordCount(0), fieldCount(0), stringSize(0), fieldsOffset(nullptr), data(nullptr), stringTable(nullptr) { } |