From effc2e4b17ef1eae2c58da5c30e3f01aac8c6dcb Mon Sep 17 00:00:00 2001 From: vanhofen Date: Sun, 7 Nov 2021 20:00:03 +0100 Subject: [PATCH] rename version_hal => version; files with "_hal" prefix are wrappers only Origin commit data ------------------ Branch: master Commit: https://github.com/neutrino-images/ni-libstb-hal/commit/4b014ceb14c2c76553d9492e5ff6d050ea9ffd09 Author: vanhofen Date: 2021-11-07 (Sun, 07 Nov 2021) Origin message was: ------------------ - rename version_hal => version; files with "_hal" prefix are wrappers only ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- common/Makefile.am | 2 +- common/{version_hal.cpp => version.cpp} | 2 +- include/{version_hal.h => version.h} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename common/{version_hal.cpp => version.cpp} (98%) rename include/{version_hal.h => version.h} (100%) diff --git a/common/Makefile.am b/common/Makefile.am index 86d8fff..4fbbe1b 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -54,4 +54,4 @@ libcommon_la_SOURCES += \ hal_debug.cpp \ proc_tools.c \ pwrmngr.cpp \ - version_hal.cpp + version.cpp diff --git a/common/version_hal.cpp b/common/version.cpp similarity index 98% rename from common/version_hal.cpp rename to common/version.cpp index 822658a..330697e 100644 --- a/common/version_hal.cpp +++ b/common/version.cpp @@ -16,7 +16,7 @@ */ #include -#include +#include void hal_get_lib_version(hal_libversion_t *ver) diff --git a/include/version_hal.h b/include/version.h similarity index 100% rename from include/version_hal.h rename to include/version.h