summaryrefslogtreecommitdiff
path: root/src/common/DataStores/DBCFileLoader.cpp
diff options
context:
space:
mode:
authorFrancesco Borzì <borzifrancesco@gmail.com>2022-01-22 11:21:35 +0100
committerGitHub <noreply@github.com>2022-01-22 11:21:35 +0100
commitabc56842c4c69594e9df28e9672259a83862e679 (patch)
treef09ff825448f271474105ffb5bb0a56d012816e3 /src/common/DataStores/DBCFileLoader.cpp
parent8c184e06f9df6daae851f2e7a60ff68499895c61 (diff)
refactor(Core): remove unused imports (#10296)
Diffstat (limited to 'src/common/DataStores/DBCFileLoader.cpp')
-rw-r--r--src/common/DataStores/DBCFileLoader.cpp1
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) { }